Html Css Color HEX #0C852B Forest Green

📋 copy color: '#0C852B'

red 12 ◦ green 133 ◦ blue 43

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

Shades of Forest Green #0C852B

Tints of Forest Green #0C852B

RGB

 RED value IS 12 (5.08% from 255) = 6.38%

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

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

R = 6.38%
G = 70.74%
B = 22.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#0C852B (or 0x0C852B) is known color: Forest Green. HEX triplet: 0C, 85 and 2B. RGB value is (12,133,43). Sum of RGB (Red+Green+Blue) = 12+133+43=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #0C852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C852B is #F37AD4. Grayscale: #565656. Windows color (decimal): -15956693 or 2852108. OLE color: 2852108.

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

Color convert

RGB 12 133 43 -
CMYK 0.91 0 0.68 0.48
HSL 135.37º 0.83% 0.28% -
HSV(B) 135.37º 0.91% 0.52% -
XYZ 8.98 17.03 5.1 -
YUV 86.56 103.41 74.82 -
System Red Green Blue C M Y K H S L
Decimal 12 133 43 0.91 0 0.68 0.48 135.37 0.83 0.28
Hex C 85 2B 5B 0 44 30 87 53 1C
Octal 14 205 53 133 0 104 60 207 123 34
Binary 1100 10000101 101011 1011011 0 1000100 110000 10000111 1010011 11100

Color Harmonies of #0C852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C852B

Black with #0C852B

Text Example


Text Example

White with #0C852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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