Html Css Color HEX #006102 Green

📋 copy color: '#006102'

red 0 ◦ green 97 ◦ blue 2

#006102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006102

Tints of Green #006102

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 97.98%

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 0%
G = 97.98%
B = 2.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#006102 (or 0x006102) is known color: Green. HEX triplet: 00, 61 and 02. RGB value is (0,97,2). Sum of RGB (Red+Green+Blue) = 0+97+2=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 97 (38.28% from 255 or 97.98% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 97 - color contains mainly: green. Hex color #006102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006102 is #FF9EFD. Grayscale: #393939. Windows color (decimal): -16752382 or 155904. OLE color: 155904.

HSL color Cylindrical-coordinate representation of color #006102: hue angle of 121.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006102 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 2 -
CMYK 1 0 0.98 0.62
HSL 121.24º 1% 0.19% -
HSV(B) 121.24º 1% 0.38% -
XYZ 4.29 8.55 1.48 -
YUV 57.17 96.86 87.22 -
System Red Green Blue C M Y K H S L
Decimal 0 97 2 1 0 0.98 0.62 121.24 1 0.19
Hex 0 61 2 64 0 62 3E 79 64 13
Octal 0 141 2 144 0 142 76 171 144 23
Binary 0 1100001 10 1100100 0 1100010 111110 1111001 1100100 10011

Color Harmonies of #006102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006102

Black with #006102

Text Example


Text Example

White with #006102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006102; }

 p { color: rgb(0,97,2); }

 H1.HeaderClassName
 {
   color: #006102;
 }
 .AnyTagClassName
 {
   color: #006102;
 }
</style>

background-color css

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

 a { background-color: rgb(0,97,2); }

 div.DivClassName
 {
   background-color: #006102;
 }
 .BgClassName
 {
   background-color: #006102;
 }
</style>

border-color css

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

 span { border-color: rgb(0,97,2); }

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