#308538

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

Shades of Japanese Laurel #308538

Tints of Japanese Laurel #308538

Color information

#308538 (or 0x308538) is unknown color: approx Japanese Laurel. HEX triplet: 30, 85 and 38. RGB value is (48,133,56). Sum of RGB (Red+Green+Blue) = 48+133+56=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #308538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308538 is #CF7AC7. Grayscale: #636363. Windows color (decimal): -13597384 or 3704112. OLE color: 3704112.

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

Color convert

RGB4813356-
CMYK0.6400.580.48
HSL125.65º46.96%35.49%-
HSV(B)125.65º63.91%52.16%-
XYZ10.3217.696.61-
YUV98.81103.8491.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=20.25%
G=56.12%
B=23.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133560.6400.580.48125.6546.9635.49
Hex3085384003A307e2f23
Octal6020570100072601765743
Binary11000010000101111000100000001110101100001111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308538; }

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

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

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

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

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

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

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

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