#399B02

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

Shades of Kelly Green #399B02

Tints of Kelly Green #399B02

Color information

#399B02 (or 0x399B02) is unknown color: approx Kelly Green. HEX triplet: 39, 9B and 02. RGB value is (57,155,2). Sum of RGB (Red+Green+Blue) = 57+155+2=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 155 (60.94% from 255 or 72.43% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 155 - color contains mainly: green. Hex color #399B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399B02 is #C664FD. Grayscale: #6C6C6C. Windows color (decimal): -13001982 or 170809. OLE color: 170809.

HSL color Cylindrical-coordinate representation of color #399B02: hue angle of 98.43º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #399B02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB571552-
CMYK0.6300.990.39
HSL98.43º97.45%30.78%-
HSV(B)98.43º98.71%60.78%-
XYZ13.4224.324.04-
YUV108.2668.0391.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 155 (60.94% from 255) = 72.43%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=26.64%
G=72.43%
B=0.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5715520.6300.990.3998.4397.4530.78
Hex399B23F0632762611f
Octal7123327701434714214137
Binary1110011001101110111111011000111001111100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399B02; }

 p { color: rgb(57,155,2); }

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

<style>
 a { background-color: #399B02; }

 a { background-color: rgb(57,155,2); }

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

<style>
 span { border-color: #399B02; }

 span { border-color: rgb(57,155,2); }

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