Html Css Color HEX #00612D Crusoe

📋 copy color: '#00612D'

red 0 ◦ green 97 ◦ blue 45

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

Shades of Crusoe #00612D

Tints of Crusoe #00612D

RGB

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

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

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

R = 0%
G = 68.31%
B = 31.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#00612D (or 0x00612D) is known color: Crusoe. HEX triplet: 00, 61 and 2D. RGB value is (0,97,45). Sum of RGB (Red+Green+Blue) = 0+97+45=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #00612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00612D is #FF9ED2. Grayscale: #3E3E3E. Windows color (decimal): -16752339 or 2973952. OLE color: 2973952.

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

Color convert

RGB 0 97 45 -
CMYK 1 0 0.54 0.62
HSL 147.84º 1% 0.19% -
HSV(B) 147.84º 1% 0.38% -
XYZ 4.75 8.74 3.92 -
YUV 62.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 0 97 45 1 0 0.54 0.62 147.84 1 0.19
Hex 0 61 2D 64 0 36 3E 94 64 13
Octal 0 141 55 144 0 66 76 224 144 23
Binary 0 1100001 101101 1100100 0 110110 111110 10010100 1100100 10011

Color Harmonies of #00612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00612D

Black with #00612D

Text Example


Text Example

White with #00612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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