#307231

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

Shades of Japanese Laurel #307231

Tints of Japanese Laurel #307231

Color information

#307231 (or 0x307231) is unknown color: approx Japanese Laurel. HEX triplet: 30, 72 and 31. RGB value is (48,114,49). Sum of RGB (Red+Green+Blue) = 48+114+49=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #307231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307231 is #CF8DCE. Grayscale: #575757. Windows color (decimal): -13602255 or 3240496. OLE color: 3240496.

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

Color convert

RGB4811449-
CMYK0.5800.570.55
HSL120.91º40.74%31.76%-
HSV(B)120.91º57.89%44.71%-
XYZ7.7912.884.98-
YUV86.86106.63100.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=22.75%
G=54.03%
B=23.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114490.5800.570.55120.9140.7431.76
Hex3072313A03937792920
Octal601626172071671715140
Binary110000111001011000111101001110011101111111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307231; }

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

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

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

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

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

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

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

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