#07BC38

Color #07BC38 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #07BC38

Tints of Dark Pastel Green #07BC38

Color information

#07BC38 (or 0x07BC38) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BC and 38. RGB value is (7,188,56). Sum of RGB (Red+Green+Blue) = 7+188+56=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC38 is #F843C7. Grayscale: #777777. Windows color (decimal): -16270280 or 3718151. OLE color: 3718151.

HSL color Cylindrical-coordinate representation of color #07BC38: hue angle of 136.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC38 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB718856-
CMYK0.9600.700.26
HSL136.24º92.82%38.24%-
HSV(B)136.24º96.28%73.73%-
XYZ18.7836.39.76-
YUV118.8392.5348.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 188 (73.83% from 255) = 74.90%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=2.79%
G=74.90%
B=22.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7188560.9600.700.26136.2492.8238.24
Hex7BC38600461A885d26
Octal72747014001063221013546
Binary1111011110011100011000000100011011010100010001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07BC38; }

 p { color: rgb(7,188,56); }

 H1.HeaderClassName
 {
   color: #07BC38;
 }
 .AnyTagClassName
 {
   color: #07BC38;
 }
</style>
background-color css

<style>
 a { background-color: #07BC38; }

 a { background-color: rgb(7,188,56); }

 div.DivClassName
 {
   background-color: #07BC38;
 }
 .BgClassName
 {
   background-color: #07BC38;
 }
</style>
border-color css

<style>
 span { border-color: #07BC38; }

 span { border-color: rgb(7,188,56); }

 td.TdClassName
 {
   border-color: #07BC38;
 }
 .TagClassName
 {
   border-color: #07BC38;
 }
</style>