Html Css Color HEX #0D6211 Green

📋 copy color: '#0D6211'

red 13 ◦ green 98 ◦ blue 17

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

Shades of Green #0D6211

Tints of Green #0D6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 76.56%

 BLUE value IS 17 (7.03% from 255) = 13.28%

R = 10.16%
G = 76.56%
B = 13.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#0D6211 (or 0x0D6211) is known color: Green. HEX triplet: 0D, 62 and 11. RGB value is (13,98,17). Sum of RGB (Red+Green+Blue) = 13+98+17=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6211 is #F29DEE. Grayscale: #3F3F3F. Windows color (decimal): -15900143 or 1139213. OLE color: 1139213.

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

Color convert

RGB 13 98 17 -
CMYK 0.87 0 0.83 0.62
HSL 122.82º 0.77% 0.22% -
HSV(B) 122.82º 0.87% 0.38% -
XYZ 4.63 8.86 2 -
YUV 63.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 13 98 17 0.87 0 0.83 0.62 122.82 0.77 0.22
Hex D 62 11 57 0 53 3E 7B 4D 16
Octal 15 142 21 127 0 123 76 173 115 26
Binary 1101 1100010 10001 1010111 0 1010011 111110 1111011 1001101 10110

Color Harmonies of #0D6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6211

Black with #0D6211

Text Example


Text Example

White with #0D6211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,98,17); }

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

background-color css

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

 a { background-color: rgb(13,98,17); }

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

border-color css

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

 span { border-color: rgb(13,98,17); }

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