#308838

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

Shades of Japanese Laurel #308838

Tints of Japanese Laurel #308838

Color information

#308838 (or 0x308838) is unknown color: approx Japanese Laurel. HEX triplet: 30, 88 and 38. RGB value is (48,136,56). Sum of RGB (Red+Green+Blue) = 48+136+56=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #308838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308838 is #CF77C7. Grayscale: #646464. Windows color (decimal): -13596616 or 3704880. OLE color: 3704880.

HSL color Cylindrical-coordinate representation of color #308838: hue angle of 125.45º 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 #308838 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB4813656-
CMYK0.6500.590.47
HSL125.45º47.83%36.08%-
HSV(B)125.45º64.71%53.33%-
XYZ10.7418.526.75-
YUV100.57102.8590.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=20%
G=56.67%
B=23.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136560.6500.590.47125.4547.8336.08
Hex3088384103B2F7d3024
Octal6021070101073571756044
Binary11000010001000111000100000101110111011111111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308838; }

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

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

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

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

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

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

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

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