Html Css Color HEX #0D601D Crusoe

📋 copy color: '#0D601D'

red 13 ◦ green 96 ◦ blue 29

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

Shades of Crusoe #0D601D

Tints of Crusoe #0D601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

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

R = 9.42%
G = 69.57%
B = 21.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#0D601D (or 0x0D601D) is known color: Crusoe. HEX triplet: 0D, 60 and 1D. RGB value is (13,96,29). Sum of RGB (Red+Green+Blue) = 13+96+29=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #0D601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D601D is #F29FE2. Grayscale: #3F3F3F. Windows color (decimal): -15900643 or 1925133. OLE color: 1925133.

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

Color convert

RGB 13 96 29 -
CMYK 0.86 0 0.70 0.62
HSL 131.57º 0.76% 0.21% -
HSV(B) 131.57º 0.86% 0.38% -
XYZ 4.57 8.54 2.57 -
YUV 63.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 13 96 29 0.86 0 0.70 0.62 131.57 0.76 0.21
Hex D 60 1D 56 0 46 3E 84 4C 15
Octal 15 140 35 126 0 106 76 204 114 25
Binary 1101 1100000 11101 1010110 0 1000110 111110 10000100 1001100 10101

Color Harmonies of #0D601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D601D

Black with #0D601D

Text Example


Text Example

White with #0D601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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