Html Css Color HEX #0B6212 Green

📋 copy color: '#0B6212'

red 11 ◦ green 98 ◦ blue 18

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

Shades of Green #0B6212

Tints of Green #0B6212

RGB

 RED value IS 11 (4.69% from 255) = 8.66%

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

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

R = 8.66%
G = 77.17%
B = 14.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#0B6212 (or 0x0B6212) is known color: Green. HEX triplet: 0B, 62 and 12. RGB value is (11,98,18). Sum of RGB (Red+Green+Blue) = 11+98+18=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #0B6212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6212 is #F49DED. Grayscale: #3F3F3F. Windows color (decimal): -16031214 or 1204747. OLE color: 1204747.

HSL color Cylindrical-coordinate representation of color #0B6212: hue angle of 124.83º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6212 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 18 -
CMYK 0.89 0 0.82 0.62
HSL 124.83º 0.8% 0.21% -
HSV(B) 124.83º 0.89% 0.38% -
XYZ 4.61 8.85 2.04 -
YUV 62.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 11 98 18 0.89 0 0.82 0.62 124.83 0.8 0.21
Hex B 62 12 59 0 52 3E 7D 50 15
Octal 13 142 22 131 0 122 76 175 120 25
Binary 1011 1100010 10010 1011001 0 1010010 111110 1111101 1010000 10101

Color Harmonies of #0B6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6212

Black with #0B6212

Text Example


Text Example

White with #0B6212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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