Html Css Color HEX #0D612A Crusoe

📋 copy color: '#0D612A'

red 13 ◦ green 97 ◦ blue 42

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

Shades of Crusoe #0D612A

Tints of Crusoe #0D612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 8.55%
G = 63.82%
B = 27.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#0D612A (or 0x0D612A) is known color: Crusoe. HEX triplet: 0D, 61 and 2A. RGB value is (13,97,42). Sum of RGB (Red+Green+Blue) = 13+97+42=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612A is #F29ED5. Grayscale: #414141. Windows color (decimal): -15900374 or 2777357. OLE color: 2777357.

HSL color Cylindrical-coordinate representation of color #0D612A: hue angle of 140.71º 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 #0D612A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 42 -
CMYK 0.87 0 0.57 0.62
HSL 140.71º 0.76% 0.22% -
HSV(B) 140.71º 0.87% 0.38% -
XYZ 4.86 8.8 3.63 -
YUV 65.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 13 97 42 0.87 0 0.57 0.62 140.71 0.76 0.22
Hex D 61 2A 57 0 39 3E 8D 4C 16
Octal 15 141 52 127 0 71 76 215 114 26
Binary 1101 1100001 101010 1010111 0 111001 111110 10001101 1001100 10110

Color Harmonies of #0D612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D612A

Black with #0D612A

Text Example


Text Example

White with #0D612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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