Html Css Color HEX #0A852B Forest Green

📋 copy color: '#0A852B'

red 10 ◦ green 133 ◦ blue 43

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

Shades of Forest Green #0A852B

Tints of Forest Green #0A852B

RGB

 RED value IS 10 (4.3% from 255) = 5.38%

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

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 5.38%
G = 71.51%
B = 23.12%

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

#0A852B (or 0x0A852B) is known color: Forest Green. HEX triplet: 0A, 85 and 2B. RGB value is (10,133,43). Sum of RGB (Red+Green+Blue) = 10+133+43=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #0A852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A852B is #F57AD4. Grayscale: #565656. Windows color (decimal): -16087765 or 2852106. OLE color: 2852106.

HSL color Cylindrical-coordinate representation of color #0A852B: hue angle of 136.1º degrees, saturation: 0.86, 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 #0A852B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 43 -
CMYK 0.92 0 0.68 0.48
HSL 136.1º 0.86% 0.28% -
HSV(B) 136.1º 0.92% 0.52% -
XYZ 8.95 17.01 5.1 -
YUV 85.96 103.75 73.82 -
System Red Green Blue C M Y K H S L
Decimal 10 133 43 0.92 0 0.68 0.48 136.1 0.86 0.28
Hex A 85 2B 5C 0 44 30 88 56 1C
Octal 12 205 53 134 0 104 60 210 126 34
Binary 1010 10000101 101011 1011100 0 1000100 110000 10001000 1010110 11100

Color Harmonies of #0A852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A852B

Black with #0A852B

Text Example


Text Example

White with #0A852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,133,43); }

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

background-color css

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

 a { background-color: rgb(10,133,43); }

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

border-color css

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

 span { border-color: rgb(10,133,43); }

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