#21A378

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

Shades of Jungle Green #21A378

Tints of Jungle Green #21A378

Color information

#21A378 (or 0x21A378) is unknown color: approx Jungle Green. HEX triplet: 21, A3 and 78. RGB value is (33,163,120). Sum of RGB (Red+Green+Blue) = 33+163+120=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #21A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A378 is #DE5C87. Grayscale: #777777. Windows color (decimal): -14572680 or 7906081. OLE color: 7906081.

HSL color Cylindrical-coordinate representation of color #21A378: hue angle of 160.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A378 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB33163120-
CMYK0.8000.260.36
HSL160.15º66.33%38.43%-
HSV(B)160.15º79.75%63.92%-
XYZ17.1127.8722.25-
YUV119.23128.4366.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.44%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=10.44%
G=51.58%
B=37.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331631200.8000.260.36160.1566.3338.43
Hex21A3785001A24a04226
Octal412431701200324424010246
Binary1000011010001111110001010000011010100100101000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A378; }

 p { color: rgb(33,163,120); }

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

<style>
 a { background-color: #21A378; }

 a { background-color: rgb(33,163,120); }

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

<style>
 span { border-color: #21A378; }

 span { border-color: rgb(33,163,120); }

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