Html Css Color HEX #1C852E Forest Green

📋 copy color: '#1C852E'

red 28 ◦ green 133 ◦ blue 46

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

Shades of Forest Green #1C852E

Tints of Forest Green #1C852E

RGB

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

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

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

R = 13.53%
G = 64.25%
B = 22.22%

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

#1C852E (or 0x1C852E) is known color: Forest Green. HEX triplet: 1C, 85 and 2E. RGB value is (28,133,46). Sum of RGB (Red+Green+Blue) = 28+133+46=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #1C852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C852E is #E37AD1. Grayscale: #5B5B5B. Windows color (decimal): -14908114 or 3048732. OLE color: 3048732.

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

Color convert

RGB 28 133 46 -
CMYK 0.79 0 0.65 0.48
HSL 130.29º 0.65% 0.32% -
HSV(B) 130.29º 0.79% 0.52% -
XYZ 9.36 17.22 5.42 -
YUV 91.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 28 133 46 0.79 0 0.65 0.48 130.29 0.65 0.32
Hex 1C 85 2E 4F 0 41 30 82 41 20
Octal 34 205 56 117 0 101 60 202 101 40
Binary 11100 10000101 101110 1001111 0 1000001 110000 10000010 1000001 100000

Color Harmonies of #1C852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C852E

Black with #1C852E

Text Example


Text Example

White with #1C852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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