#1CA283

Color #1CA283 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #1CA283

Tints of Jungle Green #1CA283

Color information

#1CA283 (or 0x1CA283) is unknown color: approx Jungle Green. HEX triplet: 1C, A2 and 83. RGB value is (28,162,131). Sum of RGB (Red+Green+Blue) = 28+162+131=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA283 is #E35D7C. Grayscale: #767676. Windows color (decimal): -14900605 or 8626716. OLE color: 8626716.

HSL color Cylindrical-coordinate representation of color #1CA283: hue angle of 166.12º 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 #1CA283 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB28162131-
CMYK0.8300.190.36
HSL166.12º70.53%37.25%-
HSV(B)166.12º82.72%63.53%-
XYZ17.527.7325.9-
YUV118.4135.1163.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=8.72%
G=50.47%
B=40.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281621310.8300.190.36166.1270.5337.25
Hex1CA2835301324a64725
Octal342422031230234424610745
Binary1110010100010100000111010011010011100100101001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,131); }

 H1.HeaderClassName
 {
   color: #1CA283;
 }
 .AnyTagClassName
 {
   color: #1CA283;
 }
</style>
background-color css

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

 a { background-color: rgb(28,162,131); }

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

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

 span { border-color: rgb(28,162,131); }

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