#308940

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

Shades of Japanese Laurel #308940

Tints of Japanese Laurel #308940

Color information

#308940 (or 0x308940) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 40. RGB value is (48,137,64). Sum of RGB (Red+Green+Blue) = 48+137+64=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #308940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308940 is #CF76BF. Grayscale: #666666. Windows color (decimal): -13596352 or 4229424. OLE color: 4229424.

HSL color Cylindrical-coordinate representation of color #308940: hue angle of 130.79º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308940 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB4813764-
CMYK0.6500.530.46
HSL130.79º48.11%36.27%-
HSV(B)130.79º64.96%53.73%-
XYZ11.0918.897.91-
YUV102.07106.5189.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 137 (53.91% from 255) = 55.02%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=19.28%
G=55.02%
B=25.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137640.6500.530.46130.7948.1136.27
Hex308940410352E833024
Octal60211100101065562036044
Binary1100001000100110000001000001011010110111010000011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308940; }

 p { color: rgb(48,137,64); }

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

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

 a { background-color: rgb(48,137,64); }

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

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

 span { border-color: rgb(48,137,64); }

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