Html Css Color HEX #0D612F Crusoe

📋 copy color: '#0D612F'

red 13 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #0D612F

Tints of Crusoe #0D612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.78%

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

R = 8.28%
G = 61.78%
B = 29.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#0D612F (or 0x0D612F) is known color: Crusoe. HEX triplet: 0D, 61 and 2F. RGB value is (13,97,47). Sum of RGB (Red+Green+Blue) = 13+97+47=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612F is #F29ED0. Grayscale: #424242. Windows color (decimal): -15900369 or 3105037. OLE color: 3105037.

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

Color convert

RGB 13 97 47 -
CMYK 0.87 0 0.52 0.62
HSL 144.29º 0.76% 0.22% -
HSV(B) 144.29º 0.87% 0.38% -
XYZ 4.95 8.84 4.13 -
YUV 66.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 13 97 47 0.87 0 0.52 0.62 144.29 0.76 0.22
Hex D 61 2F 57 0 34 3E 90 4C 16
Octal 15 141 57 127 0 64 76 220 114 26
Binary 1101 1100001 101111 1010111 0 110100 111110 10010000 1001100 10110

Color Harmonies of #0D612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D612F

Black with #0D612F

Text Example


Text Example

White with #0D612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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