#38B120

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

Shades of Kelly Green #38B120

Tints of Kelly Green #38B120

Color information

#38B120 (or 0x38B120) is unknown color: approx Kelly Green. HEX triplet: 38, B1 and 20. RGB value is (56,177,32). Sum of RGB (Red+Green+Blue) = 56+177+32=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #38B120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B120 is #C74EDF. Grayscale: #7C7C7C. Windows color (decimal): -13061856 or 2142520. OLE color: 2142520.

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

Color convert

RGB5617732-
CMYK0.6800.820.31
HSL110.07º69.38%40.98%-
HSV(B)110.07º81.92%69.41%-
XYZ17.6132.396.69-
YUV124.2975.9179.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 177 (69.53% from 255) = 66.79%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=21.13%
G=66.79%
B=12.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177320.6800.820.31110.0769.3840.98
Hex38B120440521F6e4529
Octal702614010401223715610551
Binary111000101100011000001000100010100101111111011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,32); }

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

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

 a { background-color: rgb(56,177,32); }

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

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

 span { border-color: rgb(56,177,32); }

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