#38AF81

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

Shades of Jungle Green #38AF81

Tints of Jungle Green #38AF81

Color information

#38AF81 (or 0x38AF81) is unknown color: approx Jungle Green. HEX triplet: 38, AF and 81. RGB value is (56,175,129). Sum of RGB (Red+Green+Blue) = 56+175+129=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF81 is #C7507E. Grayscale: #868686. Windows color (decimal): -13062271 or 8499000. OLE color: 8499000.

HSL color Cylindrical-coordinate representation of color #38AF81: hue angle of 156.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF81 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB56175129-
CMYK0.6800.260.31
HSL156.81º51.52%45.29%-
HSV(B)156.81º68%68.63%-
XYZ20.9233.0926.05-
YUV134.17125.0872.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=15.56%
G=48.61%
B=35.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751290.6800.260.31156.8151.5245.29
Hex38AF814401A1F9d342d
Octal70257201104032372356455
Binary111000101011111000000110001000110101111110011101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AF81; }

 p { color: rgb(56,175,129); }

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

<style>
 a { background-color: #38AF81; }

 a { background-color: rgb(56,175,129); }

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

<style>
 span { border-color: #38AF81; }

 span { border-color: rgb(56,175,129); }

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