#38B304

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

Shades of Kelly Green #38B304

Tints of Kelly Green #38B304

Color information

#38B304 (or 0x38B304) is unknown color: approx Kelly Green. HEX triplet: 38, B3 and 04. RGB value is (56,179,4). Sum of RGB (Red+Green+Blue) = 56+179+4=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #38B304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B304 is #C74CFB. Grayscale: #7A7A7A. Windows color (decimal): -13061372 or 308024. OLE color: 308024.

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

Color convert

RGB561794-
CMYK0.6900.980.30
HSL102.17º95.63%35.88%-
HSV(B)102.17º97.77%70.2%-
XYZ17.7733.095.57-
YUV122.2761.2580.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 179 (70.31% from 255) = 74.90%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=23.43%
G=74.90%
B=1.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5617940.6900.980.30102.1795.6335.88
Hex38B34450621E666024
Octal70263410501423614614044
Binary111000101100111001000101011000101111011001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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