#308532

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

Shades of Japanese Laurel #308532

Tints of Japanese Laurel #308532

Color information

#308532 (or 0x308532) is unknown color: approx Japanese Laurel. HEX triplet: 30, 85 and 32. RGB value is (48,133,50). Sum of RGB (Red+Green+Blue) = 48+133+50=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #308532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308532 is #CF7ACD. Grayscale: #626262. Windows color (decimal): -13597390 or 3310896. OLE color: 3310896.

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

Color convert

RGB4813350-
CMYK0.6400.620.48
HSL121.41º46.96%35.49%-
HSV(B)121.41º63.91%52.16%-
XYZ10.1817.635.88-
YUV98.12100.8492.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=20.78%
G=57.58%
B=21.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133500.6400.620.48121.4146.9635.49
Hex3085324003E30792f23
Octal6020562100076601715743
Binary11000010000101110010100000001111101100001111001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308532; }

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

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

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

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

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

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

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

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