#308933

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

Shades of Japanese Laurel #308933

Tints of Japanese Laurel #308933

Color information

#308933 (or 0x308933) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 33. RGB value is (48,137,51). Sum of RGB (Red+Green+Blue) = 48+137+51=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #308933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308933 is #CF76CC. Grayscale: #646464. Windows color (decimal): -13596365 or 3377456. OLE color: 3377456.

HSL color Cylindrical-coordinate representation of color #308933: hue angle of 122.02º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308933 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB4813751-
CMYK0.6500.630.46
HSL122.02º48.11%36.27%-
HSV(B)122.02º64.96%53.73%-
XYZ10.7618.766.19-
YUV100.58100.0190.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 137 (53.91% from 255) = 58.05%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=20.34%
G=58.05%
B=21.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137510.6500.630.46122.0248.1136.27
Hex3089334103F2E7a3024
Octal6021163101077561726044
Binary11000010001001110011100000101111111011101111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308933; }

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

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

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

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

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

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

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

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