#308433

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

Shades of Japanese Laurel #308433

Tints of Japanese Laurel #308433

Color information

#308433 (or 0x308433) is unknown color: approx Japanese Laurel. HEX triplet: 30, 84 and 33. RGB value is (48,132,51). Sum of RGB (Red+Green+Blue) = 48+132+51=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #308433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308433 is #CF7BCC. Grayscale: #616161. Windows color (decimal): -13597645 or 3376176. OLE color: 3376176.

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

Color convert

RGB4813251-
CMYK0.6400.610.48
HSL122.14º46.67%35.29%-
HSV(B)122.14º63.64%51.76%-
XYZ10.0717.375.95-
YUV97.65101.6792.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=20.78%
G=57.14%
B=22.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132510.6400.610.48122.1446.6735.29
Hex3084334003D307a2f23
Octal6020463100075601725743
Binary11000010000100110011100000001111011100001111010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308433; }

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

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

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

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

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

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

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

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