#308A40

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

Shades of Japanese Laurel #308A40

Tints of Japanese Laurel #308A40

Color information

#308A40 (or 0x308A40) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8A and 40. RGB value is (48,138,64). Sum of RGB (Red+Green+Blue) = 48+138+64=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #308A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A40 is #CF75BF. Grayscale: #666666. Windows color (decimal): -13596096 or 4229680. OLE color: 4229680.

HSL color Cylindrical-coordinate representation of color #308A40: hue angle of 130.67º 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 #308A40 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB4813864-
CMYK0.6500.540.46
HSL130.67º48.39%36.47%-
HSV(B)130.67º65.22%54.12%-
XYZ11.2319.187.96-
YUV102.65106.1889.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=19.2%
G=55.2%
B=25.6%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48138640.6500.540.46130.6748.3936.47
Hex308A40410362E833024
Octal60212100101066562036044
Binary1100001000101010000001000001011011010111010000011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308A40; }

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

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

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

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

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

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

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

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