#227825

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

Shades of Japanese Laurel #227825

Tints of Japanese Laurel #227825

Color information

#227825 (or 0x227825) is unknown color: approx Japanese Laurel. HEX triplet: 22, 78 and 25. RGB value is (34,120,37). Sum of RGB (Red+Green+Blue) = 34+120+37=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #227825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227825 is #DD87DA. Grayscale: #555555. Windows color (decimal): -14518235 or 2455586. OLE color: 2455586.

HSL color Cylindrical-coordinate representation of color #227825: hue angle of 122.09º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227825 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB3412037-
CMYK0.7200.690.53
HSL122.09º55.84%30.2%-
HSV(B)122.09º71.67%47.06%-
XYZ7.7113.914.03-
YUV84.82101.0191.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 120 (47.27% from 255) = 62.83%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=17.80%
G=62.83%
B=19.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34120370.7200.690.53122.0955.8430.2
Hex22782548045357a381e
Octal42170451100105651727036
Binary1000101111000100101100100001000101110101111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227825; }

 p { color: rgb(34,120,37); }

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

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

 a { background-color: rgb(34,120,37); }

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

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

 span { border-color: rgb(34,120,37); }

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