#306D25

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

Shades of Japanese Laurel #306D25

Tints of Japanese Laurel #306D25

Color information

#306D25 (or 0x306D25) is unknown color: approx Japanese Laurel. HEX triplet: 30, 6D and 25. RGB value is (48,109,37). Sum of RGB (Red+Green+Blue) = 48+109+37=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #306D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D25 is #CF92DA. Grayscale: #525252. Windows color (decimal): -13603547 or 2452784. OLE color: 2452784.

HSL color Cylindrical-coordinate representation of color #306D25: hue angle of 110.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306D25 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB4810937-
CMYK0.5600.660.57
HSL110.83º49.32%28.63%-
HSV(B)110.83º66.06%42.75%-
XYZ7.0211.73.64-
YUV82.55102.29103.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=24.74%
G=56.19%
B=19.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109370.5600.660.57110.8349.3228.63
Hex306D2538042396f311d
Octal6015545700102711576135
Binary110000110110110010111100001000010111001110111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D25; }

 p { color: rgb(48,109,37); }

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

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

 a { background-color: rgb(48,109,37); }

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

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

 span { border-color: rgb(48,109,37); }

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