#307238

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

Shades of Japanese Laurel #307238

Tints of Japanese Laurel #307238

Color information

#307238 (or 0x307238) is unknown color: approx Japanese Laurel. HEX triplet: 30, 72 and 38. RGB value is (48,114,56). Sum of RGB (Red+Green+Blue) = 48+114+56=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #307238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307238 is #CF8DC7. Grayscale: #575757. Windows color (decimal): -13602248 or 3699248. OLE color: 3699248.

HSL color Cylindrical-coordinate representation of color #307238: hue angle of 127.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307238 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB4811456-
CMYK0.5800.510.55
HSL127.27º40.74%31.76%-
HSV(B)127.27º57.89%44.71%-
XYZ7.9512.955.82-
YUV87.65110.1399.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=22.02%
G=52.29%
B=25.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114560.5800.510.55127.2740.7431.76
Hex3072383A033377f2920
Octal601627072063671775140
Binary110000111001011100011101001100111101111111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307238; }

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

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

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

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

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

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

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

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