Html Css Color HEX #0D6A2F Crusoe

📋 copy color: '#0D6A2F'

red 13 ◦ green 106 ◦ blue 47

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

Shades of Crusoe #0D6A2F

Tints of Crusoe #0D6A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 63.86%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 7.83%
G = 63.86%
B = 28.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#0D6A2F (or 0x0D6A2F) is known color: Crusoe. HEX triplet: 0D, 6A and 2F. RGB value is (13,106,47). Sum of RGB (Red+Green+Blue) = 13+106+47=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 106 (41.80% from 255 or 63.86% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6A2F is #F295D0. Grayscale: #474747. Windows color (decimal): -15898065 or 3107341. OLE color: 3107341.

HSL color Cylindrical-coordinate representation of color #0D6A2F: hue angle of 141.94º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A2F is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 106 47 -
CMYK 0.88 0 0.56 0.58
HSL 141.94º 0.78% 0.23% -
HSV(B) 141.94º 0.88% 0.42% -
XYZ 5.83 10.6 4.43 -
YUV 71.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 13 106 47 0.88 0 0.56 0.58 141.94 0.78 0.23
Hex D 6A 2F 58 0 38 3A 8E 4E 17
Octal 15 152 57 130 0 70 72 216 116 27
Binary 1101 1101010 101111 1011000 0 111000 111010 10001110 1001110 10111

Color Harmonies of #0D6A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6A2F

Black with #0D6A2F

Text Example


Text Example

White with #0D6A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,106,47); }

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

background-color css

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

 a { background-color: rgb(13,106,47); }

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

border-color css

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

 span { border-color: rgb(13,106,47); }

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