#308733

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

Shades of Japanese Laurel #308733

Tints of Japanese Laurel #308733

Color information

#308733 (or 0x308733) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 33. RGB value is (48,135,51). Sum of RGB (Red+Green+Blue) = 48+135+51=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #308733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308733 is #CF78CC. Grayscale: #636363. Windows color (decimal): -13596877 or 3376944. OLE color: 3376944.

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

Color convert

RGB4813551-
CMYK0.6400.620.47
HSL122.07º47.54%35.88%-
HSV(B)122.07º64.44%52.94%-
XYZ10.4818.26.09-
YUV99.41100.6891.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=20.51%
G=57.69%
B=21.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135510.6400.620.47122.0747.5435.88
Hex3087334003E2F7a3024
Octal6020763100076571726044
Binary11000010000111110011100000001111101011111111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308733; }

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

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

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

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

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

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

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

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