#308239

Color #308239 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #308239

Tints of Japanese Laurel #308239

Color information

#308239 (or 0x308239) is unknown color: approx Japanese Laurel. HEX triplet: 30, 82 and 39. RGB value is (48,130,57). Sum of RGB (Red+Green+Blue) = 48+130+57=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #308239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308239 is #CF7DC6. Grayscale: #616161. Windows color (decimal): -13598151 or 3768880. OLE color: 3768880.

HSL color Cylindrical-coordinate representation of color #308239: hue angle of 126.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308239 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB4813057-
CMYK0.6300.560.49
HSL126.59º46.07%34.9%-
HSV(B)126.59º63.08%50.98%-
XYZ9.9416.896.61-
YUV97.16105.3392.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=20.43%
G=55.32%
B=24.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130570.6300.560.49126.5946.0734.9
Hex3082393F038317f2e23
Octal602027177070611775643
Binary1100001000001011100111111101110001100011111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308239; }

 p { color: rgb(48,130,57); }

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

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

 a { background-color: rgb(48,130,57); }

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

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

 span { border-color: rgb(48,130,57); }

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