Html Css Color HEX #0C852E Forest Green

📋 copy color: '#0C852E'

red 12 ◦ green 133 ◦ blue 46

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

Shades of Forest Green #0C852E

Tints of Forest Green #0C852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 6.28%
G = 69.63%
B = 24.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#0C852E (or 0x0C852E) is known color: Forest Green. HEX triplet: 0C, 85 and 2E. RGB value is (12,133,46). Sum of RGB (Red+Green+Blue) = 12+133+46=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #0C852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C852E is #F37AD1. Grayscale: #575757. Windows color (decimal): -15956690 or 3048716. OLE color: 3048716.

HSL color Cylindrical-coordinate representation of color #0C852E: hue angle of 136.86º 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 #0C852E is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 133 46 -
CMYK 0.91 0 0.65 0.48
HSL 136.86º 0.83% 0.28% -
HSV(B) 136.86º 0.91% 0.52% -
XYZ 9.03 17.05 5.4 -
YUV 86.9 104.91 74.57 -
System Red Green Blue C M Y K H S L
Decimal 12 133 46 0.91 0 0.65 0.48 136.86 0.83 0.28
Hex C 85 2E 5B 0 41 30 89 53 1C
Octal 14 205 56 133 0 101 60 211 123 34
Binary 1100 10000101 101110 1011011 0 1000001 110000 10001001 1010011 11100

Color Harmonies of #0C852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C852E

Black with #0C852E

Text Example


Text Example

White with #0C852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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