#308533

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

Shades of Japanese Laurel #308533

Tints of Japanese Laurel #308533

Color information

#308533 (or 0x308533) is unknown color: approx Japanese Laurel. HEX triplet: 30, 85 and 33. RGB value is (48,133,51). Sum of RGB (Red+Green+Blue) = 48+133+51=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #308533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308533 is #CF7ACC. Grayscale: #626262. Windows color (decimal): -13597389 or 3376432. OLE color: 3376432.

HSL color Cylindrical-coordinate representation of color #308533: hue angle of 122.12º 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 #308533 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB4813351-
CMYK0.6400.620.48
HSL122.12º46.96%35.49%-
HSV(B)122.12º63.91%52.16%-
XYZ10.217.646-
YUV98.24101.3492.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=20.69%
G=57.33%
B=21.98%

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
Decimal48133510.6400.620.48122.1246.9635.49
Hex3085334003E307a2f23
Octal6020563100076601725743
Binary11000010000101110011100000001111101100001111010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308533; }

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

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

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

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

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

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

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

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