Html Css Color HEX #00602B Crusoe

📋 copy color: '#00602B'

red 0 ◦ green 96 ◦ blue 43

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

Shades of Crusoe #00602B

Tints of Crusoe #00602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 0%
G = 69.06%
B = 30.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#00602B (or 0x00602B) is known color: Crusoe. HEX triplet: 00, 60 and 2B. RGB value is (0,96,43). Sum of RGB (Red+Green+Blue) = 0+96+43=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #00602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00602B is #FF9FD4. Grayscale: #3D3D3D. Windows color (decimal): -16752597 or 2842624. OLE color: 2842624.

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

Color convert

RGB 0 96 43 -
CMYK 1 0 0.55 0.62
HSL 146.88º 1% 0.19% -
HSV(B) 146.88º 1% 0.38% -
XYZ 4.62 8.54 3.69 -
YUV 61.25 117.7 84.31 -
System Red Green Blue C M Y K H S L
Decimal 0 96 43 1 0 0.55 0.62 146.88 1 0.19
Hex 0 60 2B 64 0 37 3E 93 64 13
Octal 0 140 53 144 0 67 76 223 144 23
Binary 0 1100000 101011 1100100 0 110111 111110 10010011 1100100 10011

Color Harmonies of #00602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00602B

Black with #00602B

Text Example


Text Example

White with #00602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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