Html Css Color HEX #006E2D Crusoe

📋 copy color: '#006E2D'

red 0 ◦ green 110 ◦ blue 45

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

Shades of Crusoe #006E2D

Tints of Crusoe #006E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 70.97%

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

R = 0%
G = 70.97%
B = 29.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#006E2D (or 0x006E2D) is known color: Crusoe. HEX triplet: 00, 6E and 2D. RGB value is (0,110,45). Sum of RGB (Red+Green+Blue) = 0+110+45=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #006E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E2D is #FF91D2. Grayscale: #454545. Windows color (decimal): -16749011 or 2977280. OLE color: 2977280.

HSL color Cylindrical-coordinate representation of color #006E2D: hue angle of 144.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E2D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 110 45 -
CMYK 1 0 0.59 0.57
HSL 144.55º 1% 0.22% -
HSV(B) 144.55º 1% 0.43% -
XYZ 6.05 11.34 4.35 -
YUV 69.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 0 110 45 1 0 0.59 0.57 144.55 1 0.22
Hex 0 6E 2D 64 0 3B 39 91 64 16
Octal 0 156 55 144 0 73 71 221 144 26
Binary 0 1101110 101101 1100100 0 111011 111001 10010001 1100100 10110

Color Harmonies of #006E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E2D

Black with #006E2D

Text Example


Text Example

White with #006E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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