Html Css Color HEX #0B852A Forest Green

📋 copy color: '#0B852A'

red 11 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #0B852A

Tints of Forest Green #0B852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.51%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 5.91%
G = 71.51%
B = 22.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#0B852A (or 0x0B852A) is known color: Forest Green. HEX triplet: 0B, 85 and 2A. RGB value is (11,133,42). Sum of RGB (Red+Green+Blue) = 11+133+42=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #0B852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B852A is #F47AD5. Grayscale: #565656. Windows color (decimal): -16022230 or 2786571. OLE color: 2786571.

HSL color Cylindrical-coordinate representation of color #0B852A: hue angle of 135.25º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B852A is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 133 42 -
CMYK 0.92 0 0.68 0.48
HSL 135.25º 0.85% 0.28% -
HSV(B) 135.25º 0.92% 0.52% -
XYZ 8.94 17.01 5 -
YUV 86.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 11 133 42 0.92 0 0.68 0.48 135.25 0.85 0.28
Hex B 85 2A 5C 0 44 30 87 55 1C
Octal 13 205 52 134 0 104 60 207 125 34
Binary 1011 10000101 101010 1011100 0 1000100 110000 10000111 1010101 11100

Color Harmonies of #0B852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B852A

Black with #0B852A

Text Example


Text Example

White with #0B852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,133,42); }

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

background-color css

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

 a { background-color: rgb(11,133,42); }

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

border-color css

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

 span { border-color: rgb(11,133,42); }

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