#308632

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

Shades of Japanese Laurel #308632

Tints of Japanese Laurel #308632

Color information

#308632 (or 0x308632) is unknown color: approx Japanese Laurel. HEX triplet: 30, 86 and 32. RGB value is (48,134,50). Sum of RGB (Red+Green+Blue) = 48+134+50=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #308632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308632 is #CF79CD. Grayscale: #626262. Windows color (decimal): -13597134 or 3311152. OLE color: 3311152.

HSL color Cylindrical-coordinate representation of color #308632: hue angle of 121.4º degrees, saturation: 0.47, 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 #308632 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB4813450-
CMYK0.6400.630.47
HSL121.4º47.25%35.69%-
HSV(B)121.4º64.18%52.55%-
XYZ10.3217.915.93-
YUV98.71100.5191.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=20.69%
G=57.76%
B=21.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134500.6400.630.47121.447.2535.69
Hex3086324003F2F792f24
Octal6020662100077571715744
Binary11000010000110110010100000001111111011111111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308632; }

 p { color: rgb(48,134,50); }

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

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

 a { background-color: rgb(48,134,50); }

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

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

 span { border-color: rgb(48,134,50); }

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