Html Css Color HEX #1C9430 Forest Green

📋 copy color: '#1C9430'

red 28 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #1C9430

Tints of Forest Green #1C9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.07%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 12.5%
G = 66.07%
B = 21.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#1C9430 (or 0x1C9430) is known color: Forest Green. HEX triplet: 1C, 94 and 30. RGB value is (28,148,48). Sum of RGB (Red+Green+Blue) = 28+148+48=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9430 is #E36BCF. Grayscale: #656565. Windows color (decimal): -14904272 or 3183644. OLE color: 3183644.

HSL color Cylindrical-coordinate representation of color #1C9430: hue angle of 130º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9430 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 48 -
CMYK 0.81 0 0.68 0.42
HSL 130º 0.68% 0.35% -
HSV(B) 130º 0.81% 0.58% -
XYZ 11.6 21.64 6.36 -
YUV 100.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 28 148 48 0.81 0 0.68 0.42 130 0.68 0.35
Hex 1C 94 30 51 0 44 2A 82 44 23
Octal 34 224 60 121 0 104 52 202 104 43
Binary 11100 10010100 110000 1010001 0 1000100 101010 10000010 1000100 100011

Color Harmonies of #1C9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9430

Black with #1C9430

Text Example


Text Example

White with #1C9430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,148,48); }

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

background-color css

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

 a { background-color: rgb(28,148,48); }

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

border-color css

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

 span { border-color: rgb(28,148,48); }

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