Html Css Color HEX #1C852F Forest Green

📋 copy color: '#1C852F'

red 28 ◦ green 133 ◦ blue 47

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

Shades of Forest Green #1C852F

Tints of Forest Green #1C852F

RGB

 RED value IS 28 (11.33% from 255) = 13.46%

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 13.46%
G = 63.94%
B = 22.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#1C852F (or 0x1C852F) is known color: Forest Green. HEX triplet: 1C, 85 and 2F. RGB value is (28,133,47). Sum of RGB (Red+Green+Blue) = 28+133+47=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #1C852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C852F is #E37AD0. Grayscale: #5C5C5C. Windows color (decimal): -14908113 or 3114268. OLE color: 3114268.

HSL color Cylindrical-coordinate representation of color #1C852F: hue angle of 130.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C852F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 47 -
CMYK 0.79 0 0.65 0.48
HSL 130.86º 0.65% 0.32% -
HSV(B) 130.86º 0.79% 0.52% -
XYZ 9.38 17.23 5.52 -
YUV 91.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 28 133 47 0.79 0 0.65 0.48 130.86 0.65 0.32
Hex 1C 85 2F 4F 0 41 30 83 41 20
Octal 34 205 57 117 0 101 60 203 101 40
Binary 11100 10000101 101111 1001111 0 1000001 110000 10000011 1000001 100000

Color Harmonies of #1C852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C852F

Black with #1C852F

Text Example


Text Example

White with #1C852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C852F; }

 p { color: rgb(28,133,47); }

 H1.HeaderClassName
 {
   color: #1C852F;
 }
 .AnyTagClassName
 {
   color: #1C852F;
 }
</style>

background-color css

<style>
 a { background-color: #1C852F; }

 a { background-color: rgb(28,133,47); }

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

border-color css

<style>
 span { border-color: #1C852F; }

 span { border-color: rgb(28,133,47); }

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