#308131

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

Shades of Japanese Laurel #308131

Tints of Japanese Laurel #308131

Color information

#308131 (or 0x308131) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 31. RGB value is (48,129,49). Sum of RGB (Red+Green+Blue) = 48+129+49=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #308131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308131 is #CF7ECE. Grayscale: #5F5F5F. Windows color (decimal): -13598415 or 3244336. OLE color: 3244336.

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

Color convert

RGB4812949-
CMYK0.6300.620.49
HSL120.74º45.76%34.71%-
HSV(B)120.74º62.79%50.59%-
XYZ9.6216.555.59-
YUV95.66101.6694-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=21.24%
G=57.08%
B=21.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129490.6300.620.49120.7445.7634.71
Hex3081313F03E31792e23
Octal602016177076611715643
Binary1100001000000111000111111101111101100011111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308131; }

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

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

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

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

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

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

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

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