Html Css Color HEX #0D5E2C Crusoe

📋 copy color: '#0D5E2C'

red 13 ◦ green 94 ◦ blue 44

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

Shades of Crusoe #0D5E2C

Tints of Crusoe #0D5E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 62.25%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 8.61%
G = 62.25%
B = 29.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#0D5E2C (or 0x0D5E2C) is known color: Crusoe. HEX triplet: 0D, 5E and 2C. RGB value is (13,94,44). Sum of RGB (Red+Green+Blue) = 13+94+44=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 94 (37.11% from 255 or 62.25% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5E2C is #F2A1D3. Grayscale: #404040. Windows color (decimal): -15901140 or 2907661. OLE color: 2907661.

HSL color Cylindrical-coordinate representation of color #0D5E2C: hue angle of 142.96º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E2C is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 94 44 -
CMYK 0.86 0 0.53 0.63
HSL 142.96º 0.76% 0.21% -
HSV(B) 142.96º 0.86% 0.37% -
XYZ 4.62 8.27 3.74 -
YUV 64.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 13 94 44 0.86 0 0.53 0.63 142.96 0.76 0.21
Hex D 5E 2C 56 0 35 3F 8F 4C 15
Octal 15 136 54 126 0 65 77 217 114 25
Binary 1101 1011110 101100 1010110 0 110101 111111 10001111 1001100 10101

Color Harmonies of #0D5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5E2C

Black with #0D5E2C

Text Example


Text Example

White with #0D5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,94,44); }

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

background-color css

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

 a { background-color: rgb(13,94,44); }

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

border-color css

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

 span { border-color: rgb(13,94,44); }

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