#308129

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

Shades of Japanese Laurel #308129

Tints of Japanese Laurel #308129

Color information

#308129 (or 0x308129) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 29. RGB value is (48,129,41). Sum of RGB (Red+Green+Blue) = 48+129+41=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #308129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308129 is #CF7ED6. Grayscale: #5F5F5F. Windows color (decimal): -13598423 or 2720048. OLE color: 2720048.

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

Color convert

RGB4812941-
CMYK0.6300.680.49
HSL115.23º51.76%33.33%-
HSV(B)115.23º68.22%50.59%-
XYZ9.4716.494.78-
YUV94.7597.6694.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 129 (50.78% from 255) = 59.17%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=22.02%
G=59.17%
B=18.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129410.6300.680.49115.2351.7633.33
Hex3081293F04431733421
Octal6020151770104611636441
Binary11000010000001101001111111010001001100011110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308129; }

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

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

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

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

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

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

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

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