Html Css Color HEX #006E1D Crusoe

📋 copy color: '#006E1D'

red 0 ◦ green 110 ◦ blue 29

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

Shades of Crusoe #006E1D

Tints of Crusoe #006E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 0%
G = 79.14%
B = 20.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#006E1D (or 0x006E1D) is known color: Crusoe. HEX triplet: 00, 6E and 1D. RGB value is (0,110,29). Sum of RGB (Red+Green+Blue) = 0+110+29=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 110 (43.36% from 255 or 79.14% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 110 - color contains mainly: green. Hex color #006E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006E1D is #FF91E2. Grayscale: #444444. Windows color (decimal): -16749027 or 1928704. OLE color: 1928704.

HSL color Cylindrical-coordinate representation of color #006E1D: hue angle of 135.82º 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 #006E1D is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 110 29 -
CMYK 1 0 0.74 0.57
HSL 135.82º 1% 0.22% -
HSV(B) 135.82º 1% 0.43% -
XYZ 5.8 11.24 3.03 -
YUV 67.88 106.06 79.59 -
System Red Green Blue C M Y K H S L
Decimal 0 110 29 1 0 0.74 0.57 135.82 1 0.22
Hex 0 6E 1D 64 0 4A 39 88 64 16
Octal 0 156 35 144 0 112 71 210 144 26
Binary 0 1101110 11101 1100100 0 1001010 111001 10001000 1100100 10110

Color Harmonies of #006E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E1D

Black with #006E1D

Text Example


Text Example

White with #006E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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