#1F6C02

Color #1F6C02 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1F6C02

Tints of Green #1F6C02

Color information

#1F6C02 (or 0x1F6C02) is unknown color: approx Green. HEX triplet: 1F, 6C and 02. RGB value is (31,108,2). Sum of RGB (Red+Green+Blue) = 31+108+2=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 108 (42.58% from 255 or 76.60% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6C02 is #E093FD. Grayscale: #494949. Windows color (decimal): -14717950 or 158751. OLE color: 158751.

HSL color Cylindrical-coordinate representation of color #1F6C02: hue angle of 103.58º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F6C02 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB311082-
CMYK0.7100.980.58
HSL103.58º96.36%21.57%-
HSV(B)103.58º98.15%42.35%-
XYZ5.9411.021.87-
YUV72.8987.9998.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 108 (42.58% from 255) = 76.60%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=21.99%
G=76.60%
B=1.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3110820.7100.980.58103.5896.3621.57
Hex1F6C2470623A686016
Octal37154210701427215014026
Binary111111101100101000111011000101110101101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6C02; }

 p { color: rgb(31,108,2); }

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

<style>
 a { background-color: #1F6C02; }

 a { background-color: rgb(31,108,2); }

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

<style>
 span { border-color: #1F6C02; }

 span { border-color: rgb(31,108,2); }

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