Html Css Color HEX #00602D Crusoe

📋 copy color: '#00602D'

red 0 ◦ green 96 ◦ blue 45

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

Shades of Crusoe #00602D

Tints of Crusoe #00602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 0%
G = 68.09%
B = 31.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#00602D (or 0x00602D) is known color: Crusoe. HEX triplet: 00, 60 and 2D. RGB value is (0,96,45). Sum of RGB (Red+Green+Blue) = 0+96+45=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #00602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00602D is #FF9FD2. Grayscale: #3D3D3D. Windows color (decimal): -16752595 or 2973696. OLE color: 2973696.

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

Color convert

RGB 0 96 45 -
CMYK 1 0 0.53 0.62
HSL 148.13º 1% 0.19% -
HSV(B) 148.13º 1% 0.38% -
XYZ 4.66 8.56 3.89 -
YUV 61.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 0 96 45 1 0 0.53 0.62 148.13 1 0.19
Hex 0 60 2D 64 0 35 3E 94 64 13
Octal 0 140 55 144 0 65 76 224 144 23
Binary 0 1100000 101101 1100100 0 110101 111110 10010100 1100100 10011

Color Harmonies of #00602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00602D

Black with #00602D

Text Example


Text Example

White with #00602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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