#308737

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

Shades of Japanese Laurel #308737

Tints of Japanese Laurel #308737

Color information

#308737 (or 0x308737) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 37. RGB value is (48,135,55). Sum of RGB (Red+Green+Blue) = 48+135+55=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #308737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308737 is #CF78C8. Grayscale: #646464. Windows color (decimal): -13596873 or 3639088. OLE color: 3639088.

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

Color convert

RGB4813555-
CMYK0.6400.590.47
HSL124.83º47.54%35.88%-
HSV(B)124.83º64.44%52.94%-
XYZ10.5718.236.58-
YUV99.87102.6891-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 135 (53.12% from 255) = 56.72%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=20.17%
G=56.72%
B=23.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135550.6400.590.47124.8347.5435.88
Hex3087374003B2F7d3024
Octal6020767100073571756044
Binary11000010000111110111100000001110111011111111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308737; }

 p { color: rgb(48,135,55); }

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

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

 a { background-color: rgb(48,135,55); }

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

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

 span { border-color: rgb(48,135,55); }

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