#38A215

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

Shades of Kelly Green #38A215

Tints of Kelly Green #38A215

Color information

#38A215 (or 0x38A215) is unknown color: approx Kelly Green. HEX triplet: 38, A2 and 15. RGB value is (56,162,21). Sum of RGB (Red+Green+Blue) = 56+162+21=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #38A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A215 is #C75DEA. Grayscale: #727272. Windows color (decimal): -13065707 or 1417784. OLE color: 1417784.

HSL color Cylindrical-coordinate representation of color #38A215: hue angle of 105.11º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38A215 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB5616221-
CMYK0.6500.870.36
HSL105.11º77.05%35.88%-
HSV(B)105.11º87.04%63.53%-
XYZ14.6926.745.1-
YUV114.2375.3886.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 162 (63.67% from 255) = 67.78%
BLUE value IS 21 (8.59% from 255) = 8.79%
R=23.43%
G=67.78%
B=8.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56162210.6500.870.36105.1177.0535.88
Hex38A2154105724694d24
Octal702422510101274415111544
Binary111000101000101010110000010101011110010011010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,21); }

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

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

 a { background-color: rgb(56,162,21); }

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

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

 span { border-color: rgb(56,162,21); }

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