Html Css Color HEX #1CA482 Jungle Green

📋 copy color: '#1CA482'

red 28 ◦ green 164 ◦ blue 130

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

Shades of Jungle Green #1CA482

Tints of Jungle Green #1CA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.93%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 8.7%
G = 50.93%
B = 40.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#1CA482 (or 0x1CA482) is known color: Jungle Green. HEX triplet: 1C, A4 and 82. RGB value is (28,164,130). Sum of RGB (Red+Green+Blue) = 28+164+130=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA482 is #E35B7D. Grayscale: #777777. Windows color (decimal): -14900094 or 8561692. OLE color: 8561692.

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

Color convert

RGB 28 164 130 -
CMYK 0.83 0 0.21 0.36
HSL 165º 0.71% 0.38% -
HSV(B) 165º 0.83% 0.64% -
XYZ 17.78 28.41 25.67 -
YUV 119.46 133.94 62.76 -
System Red Green Blue C M Y K H S L
Decimal 28 164 130 0.83 0 0.21 0.36 165 0.71 0.38
Hex 1C A4 82 53 0 15 24 A5 47 26
Octal 34 244 202 123 0 25 44 245 107 46
Binary 11100 10100100 10000010 1010011 0 10101 100100 10100101 1000111 100110

Color Harmonies of #1CA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA482

Black with #1CA482

Text Example


Text Example

White with #1CA482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,164,130); }

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

background-color css

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

 a { background-color: rgb(28,164,130); }

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

border-color css

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

 span { border-color: rgb(28,164,130); }

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