Html Css Color HEX #0B971A Forest Green

📋 copy color: '#0B971A'

red 11 ◦ green 151 ◦ blue 26

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

Shades of Forest Green #0B971A

Tints of Forest Green #0B971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 80.32%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 5.85%
G = 80.32%
B = 13.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#0B971A (or 0x0B971A) is known color: Forest Green. HEX triplet: 0B, 97 and 1A. RGB value is (11,151,26). Sum of RGB (Red+Green+Blue) = 11+151+26=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 151 (59.38% from 255 or 80.32% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 151 - color contains mainly: green. Hex color #0B971A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B971A is #F468E5. Grayscale: #5F5F5F. Windows color (decimal): -16017638 or 1742603. OLE color: 1742603.

HSL color Cylindrical-coordinate representation of color #0B971A: hue angle of 126.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B971A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 151 26 -
CMYK 0.93 0 0.83 0.41
HSL 126.43º 0.86% 0.32% -
HSV(B) 126.43º 0.93% 0.59% -
XYZ 11.39 22.28 4.68 -
YUV 94.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 11 151 26 0.93 0 0.83 0.41 126.43 0.86 0.32
Hex B 97 1A 5D 0 53 29 7E 56 20
Octal 13 227 32 135 0 123 51 176 126 40
Binary 1011 10010111 11010 1011101 0 1010011 101001 1111110 1010110 100000

Color Harmonies of #0B971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B971A

Black with #0B971A

Text Example


Text Example

White with #0B971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,151,26); }

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

background-color css

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

 a { background-color: rgb(11,151,26); }

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

border-color css

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

 span { border-color: rgb(11,151,26); }

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