Html Css Color HEX #0D6212 Green

📋 copy color: '#0D6212'

red 13 ◦ green 98 ◦ blue 18

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

Shades of Green #0D6212

Tints of Green #0D6212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 10.08%
G = 75.97%
B = 13.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#0D6212 (or 0x0D6212) is known color: Green. HEX triplet: 0D, 62 and 12. RGB value is (13,98,18). Sum of RGB (Red+Green+Blue) = 13+98+18=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6212 is #F29DED. Grayscale: #3F3F3F. Windows color (decimal): -15900142 or 1204749. OLE color: 1204749.

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

Color convert

RGB 13 98 18 -
CMYK 0.87 0 0.82 0.62
HSL 123.53º 0.77% 0.22% -
HSV(B) 123.53º 0.87% 0.38% -
XYZ 4.64 8.86 2.04 -
YUV 63.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 13 98 18 0.87 0 0.82 0.62 123.53 0.77 0.22
Hex D 62 12 57 0 52 3E 7C 4D 16
Octal 15 142 22 127 0 122 76 174 115 26
Binary 1101 1100010 10010 1010111 0 1010010 111110 1111100 1001101 10110

Color Harmonies of #0D6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6212

Black with #0D6212

Text Example


Text Example

White with #0D6212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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