Html Css Color HEX #0D6930 Crusoe

📋 copy color: '#0D6930'

red 13 ◦ green 105 ◦ blue 48

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

Shades of Crusoe #0D6930

Tints of Crusoe #0D6930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 63.25%

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 7.83%
G = 63.25%
B = 28.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#0D6930 (or 0x0D6930) is known color: Crusoe. HEX triplet: 0D, 69 and 30. RGB value is (13,105,48). Sum of RGB (Red+Green+Blue) = 13+105+48=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #0D6930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6930 is #F296CF. Grayscale: #474747. Windows color (decimal): -15898320 or 3172621. OLE color: 3172621.

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

Color convert

RGB 13 105 48 -
CMYK 0.88 0 0.54 0.59
HSL 142.83º 0.78% 0.23% -
HSV(B) 142.83º 0.88% 0.41% -
XYZ 5.75 10.4 4.5 -
YUV 70.99 115.02 86.63 -
System Red Green Blue C M Y K H S L
Decimal 13 105 48 0.88 0 0.54 0.59 142.83 0.78 0.23
Hex D 69 30 58 0 36 3B 8F 4E 17
Octal 15 151 60 130 0 66 73 217 116 27
Binary 1101 1101001 110000 1011000 0 110110 111011 10001111 1001110 10111

Color Harmonies of #0D6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6930

Black with #0D6930

Text Example


Text Example

White with #0D6930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,105,48); }

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

background-color css

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

 a { background-color: rgb(13,105,48); }

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

border-color css

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

 span { border-color: rgb(13,105,48); }

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