Html Css Color HEX #12852E Forest Green

📋 copy color: '#12852E'

red 18 ◦ green 133 ◦ blue 46

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

Shades of Forest Green #12852E

Tints of Forest Green #12852E

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

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

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

R = 9.14%
G = 67.51%
B = 23.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#12852E (or 0x12852E) is known color: Forest Green. HEX triplet: 12, 85 and 2E. RGB value is (18,133,46). Sum of RGB (Red+Green+Blue) = 18+133+46=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #12852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12852E is #ED7AD1. Grayscale: #585858. Windows color (decimal): -15563474 or 3048722. OLE color: 3048722.

HSL color Cylindrical-coordinate representation of color #12852E: hue angle of 134.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12852E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 46 -
CMYK 0.86 0 0.65 0.48
HSL 134.61º 0.76% 0.3% -
HSV(B) 134.61º 0.86% 0.52% -
XYZ 9.13 17.1 5.4 -
YUV 88.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 18 133 46 0.86 0 0.65 0.48 134.61 0.76 0.3
Hex 12 85 2E 56 0 41 30 87 4C 1E
Octal 22 205 56 126 0 101 60 207 114 36
Binary 10010 10000101 101110 1010110 0 1000001 110000 10000111 1001100 11110

Color Harmonies of #12852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12852E

Black with #12852E

Text Example


Text Example

White with #12852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12852E; }

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

 H1.HeaderClassName
 {
   color: #12852E;
 }
 .AnyTagClassName
 {
   color: #12852E;
 }
</style>

background-color css

<style>
 a { background-color: #12852E; }

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

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

border-color css

<style>
 span { border-color: #12852E; }

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

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