#38B31A

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

Shades of Kelly Green #38B31A

Tints of Kelly Green #38B31A

Color information

#38B31A (or 0x38B31A) is unknown color: approx Kelly Green. HEX triplet: 38, B3 and 1A. RGB value is (56,179,26). Sum of RGB (Red+Green+Blue) = 56+179+26=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #38B31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B31A is #C74CE5. Grayscale: #7D7D7D. Windows color (decimal): -13061350 or 1749816. OLE color: 1749816.

HSL color Cylindrical-coordinate representation of color #38B31A: hue angle of 108.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38B31A is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB5617926-
CMYK0.6900.850.30
HSL108.24º74.63%40.2%-
HSV(B)108.24º85.47%70.2%-
XYZ17.9433.166.43-
YUV124.7872.2578.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 179 (70.31% from 255) = 68.58%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=21.46%
G=68.58%
B=9.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56179260.6900.850.30108.2474.6340.2
Hex38B31A450551E6c4b28
Octal702633210501253615411350
Binary11100010110011110101000101010101011111011011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,26); }

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

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

 a { background-color: rgb(56,179,26); }

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

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

 span { border-color: rgb(56,179,26); }

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