#07BC31

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

Shades of Dark Pastel Green #07BC31

Tints of Dark Pastel Green #07BC31

Color information

#07BC31 (or 0x07BC31) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BC and 31. RGB value is (7,188,49). Sum of RGB (Red+Green+Blue) = 7+188+49=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC31 is #F843CE. Grayscale: #767676. Windows color (decimal): -16270287 or 3259399. OLE color: 3259399.

HSL color Cylindrical-coordinate representation of color #07BC31: hue angle of 133.92º 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 #07BC31 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB718849-
CMYK0.9600.740.26
HSL133.92º92.82%38.24%-
HSV(B)133.92º96.28%73.73%-
XYZ18.6336.238.92-
YUV118.0489.0348.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.87%
GREEN value IS 188 (73.83% from 255) = 77.05%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=2.87%
G=77.05%
B=20.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7188490.9600.740.26133.9292.8238.24
Hex7BC316004A1A865d26
Octal72746114001123220613546
Binary1111011110011000111000000100101011010100001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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