Html Css Color HEX #006002 Green

📋 copy color: '#006002'

red 0 ◦ green 96 ◦ blue 2

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

Shades of Green #006002

Tints of Green #006002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 97.96%

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

R = 0%
G = 97.96%
B = 2.04%

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

#006002 (or 0x006002) is known color: Green. HEX triplet: 00, 60 and 02. RGB value is (0,96,2). Sum of RGB (Red+Green+Blue) = 0+96+2=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 96 (37.89% from 255 or 97.96% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 96 - color contains mainly: green. Hex color #006002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006002 is #FF9FFD. Grayscale: #383838. Windows color (decimal): -16752638 or 155648. OLE color: 155648.

HSL color Cylindrical-coordinate representation of color #006002: hue angle of 121.25º 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 #006002 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 2 -
CMYK 1 0 0.98 0.62
HSL 121.25º 1% 0.19% -
HSV(B) 121.25º 1% 0.38% -
XYZ 4.19 8.37 1.45 -
YUV 56.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 0 96 2 1 0 0.98 0.62 121.25 1 0.19
Hex 0 60 2 64 0 62 3E 79 64 13
Octal 0 140 2 144 0 142 76 171 144 23
Binary 0 1100000 10 1100100 0 1100010 111110 1111001 1100100 10011

Color Harmonies of #006002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006002

Black with #006002

Text Example


Text Example

White with #006002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006002; }

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

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

background-color css

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

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

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

border-color css

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

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

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