Html Css Color HEX #00602A Crusoe

📋 copy color: '#00602A'

red 0 ◦ green 96 ◦ blue 42

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

Shades of Crusoe #00602A

Tints of Crusoe #00602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 0%
G = 69.57%
B = 30.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#00602A (or 0x00602A) is known color: Crusoe. HEX triplet: 00, 60 and 2A. RGB value is (0,96,42). Sum of RGB (Red+Green+Blue) = 0+96+42=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #00602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00602A is #FF9FD5. Grayscale: #3D3D3D. Windows color (decimal): -16752598 or 2777088. OLE color: 2777088.

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

Color convert

RGB 0 96 42 -
CMYK 1 0 0.56 0.62
HSL 146.25º 1% 0.19% -
HSV(B) 146.25º 1% 0.38% -
XYZ 4.6 8.53 3.6 -
YUV 61.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 0 96 42 1 0 0.56 0.62 146.25 1 0.19
Hex 0 60 2A 64 0 38 3E 92 64 13
Octal 0 140 52 144 0 70 76 222 144 23
Binary 0 1100000 101010 1100100 0 111000 111110 10010010 1100100 10011

Color Harmonies of #00602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00602A

Black with #00602A

Text Example


Text Example

White with #00602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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