#308841

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

Shades of Japanese Laurel #308841

Tints of Japanese Laurel #308841

Color information

#308841 (or 0x308841) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 41. RGB value is (48,136,65). Sum of RGB (Red+Green+Blue) = 48+136+65=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #308841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308841 is #CF77BE. Grayscale: #656565. Windows color (decimal): -13596607 or 4294704. OLE color: 4294704.

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

Color convert

RGB4813665-
CMYK0.6500.520.47
HSL131.59º47.83%36.08%-
HSV(B)131.59º64.71%53.33%-
XYZ10.9818.628.02-
YUV101.59107.3589.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 136 (53.52% from 255) = 54.62%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=19.28%
G=54.62%
B=26.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136650.6500.520.47131.5947.8336.08
Hex308841410342F843024
Octal60210101101064572046044
Binary1100001000100010000011000001011010010111110000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308841; }

 p { color: rgb(48,136,65); }

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

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

 a { background-color: rgb(48,136,65); }

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

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

 span { border-color: rgb(48,136,65); }

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