Html Css Color HEX #1CA31E Forest Green

📋 copy color: '#1CA31E'

red 28 ◦ green 163 ◦ blue 30

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

Shades of Forest Green #1CA31E

Tints of Forest Green #1CA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 73.76%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 12.67%
G = 73.76%
B = 13.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#1CA31E (or 0x1CA31E) is known color: Forest Green. HEX triplet: 1C, A3 and 1E. RGB value is (28,163,30). Sum of RGB (Red+Green+Blue) = 28+163+30=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 163 (64.06% from 255 or 73.76% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA31E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA31E is #E35CE1. Grayscale: #6B6B6B. Windows color (decimal): -14900450 or 2007836. OLE color: 2007836.

HSL color Cylindrical-coordinate representation of color #1CA31E: hue angle of 120.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA31E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 30 -
CMYK 0.83 0 0.82 0.36
HSL 120.89º 0.71% 0.37% -
HSV(B) 120.89º 0.83% 0.64% -
XYZ 13.81 26.54 5.62 -
YUV 107.47 84.27 71.31 -
System Red Green Blue C M Y K H S L
Decimal 28 163 30 0.83 0 0.82 0.36 120.89 0.71 0.37
Hex 1C A3 1E 53 0 52 24 79 47 25
Octal 34 243 36 123 0 122 44 171 107 45
Binary 11100 10100011 11110 1010011 0 1010010 100100 1111001 1000111 100101

Color Harmonies of #1CA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA31E

Black with #1CA31E

Text Example


Text Example

White with #1CA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,30); }

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

background-color css

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

 a { background-color: rgb(28,163,30); }

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

border-color css

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

 span { border-color: rgb(28,163,30); }

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