Html Css Color HEX #0D6E1D Crusoe

📋 copy color: '#0D6E1D'

red 13 ◦ green 110 ◦ blue 29

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

Shades of Crusoe #0D6E1D

Tints of Crusoe #0D6E1D

RGB

 RED value IS 13 (5.47% from 255) = 8.55%

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

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

R = 8.55%
G = 72.37%
B = 19.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#0D6E1D (or 0x0D6E1D) is known color: Crusoe. HEX triplet: 0D, 6E and 1D. RGB value is (13,110,29). Sum of RGB (Red+Green+Blue) = 13+110+29=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #0D6E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6E1D is #F291E2. Grayscale: #474747. Windows color (decimal): -15897059 or 1928717. OLE color: 1928717.

HSL color Cylindrical-coordinate representation of color #0D6E1D: hue angle of 129.9º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6E1D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 110 29 -
CMYK 0.88 0 0.74 0.57
HSL 129.9º 0.79% 0.24% -
HSV(B) 129.9º 0.88% 0.43% -
XYZ 5.96 11.33 3.03 -
YUV 71.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 13 110 29 0.88 0 0.74 0.57 129.9 0.79 0.24
Hex D 6E 1D 58 0 4A 39 82 4F 18
Octal 15 156 35 130 0 112 71 202 117 30
Binary 1101 1101110 11101 1011000 0 1001010 111001 10000010 1001111 11000

Color Harmonies of #0D6E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6E1D

Black with #0D6E1D

Text Example


Text Example

White with #0D6E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D6E1D; }

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

 H1.HeaderClassName
 {
   color: #0D6E1D;
 }
 .AnyTagClassName
 {
   color: #0D6E1D;
 }
</style>

background-color css

<style>
 a { background-color: #0D6E1D; }

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

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

border-color css

<style>
 span { border-color: #0D6E1D; }

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

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