#308139

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

Shades of Japanese Laurel #308139

Tints of Japanese Laurel #308139

Color information

#308139 (or 0x308139) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 39. RGB value is (48,129,57). Sum of RGB (Red+Green+Blue) = 48+129+57=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #308139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308139 is #CF7EC6. Grayscale: #606060. Windows color (decimal): -13598407 or 3768624. OLE color: 3768624.

HSL color Cylindrical-coordinate representation of color #308139: hue angle of 126.67º 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 #308139 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB4812957-
CMYK0.6300.560.49
HSL126.67º45.76%34.71%-
HSV(B)126.67º62.79%50.59%-
XYZ9.8116.626.56-
YUV96.57105.6693.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=20.51%
G=55.13%
B=24.36%

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
Decimal48129570.6300.560.49126.6745.7634.71
Hex3081393F038317f2e23
Octal602017177070611775643
Binary1100001000000111100111111101110001100011111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308139; }

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

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

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

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

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

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

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

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