#227C30

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

Shades of Japanese Laurel #227C30

Tints of Japanese Laurel #227C30

Color information

#227C30 (or 0x227C30) is unknown color: approx Japanese Laurel. HEX triplet: 22, 7C and 30. RGB value is (34,124,48). Sum of RGB (Red+Green+Blue) = 34+124+48=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #227C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227C30 is #DD83CF. Grayscale: #585858. Windows color (decimal): -14517200 or 3177506. OLE color: 3177506.

HSL color Cylindrical-coordinate representation of color #227C30: hue angle of 129.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C30 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB3412448-
CMYK0.7300.610.51
HSL129.33º56.96%30.98%-
HSV(B)129.33º72.58%48.63%-
XYZ8.414.975.24-
YUV88.43105.1889.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 124 (48.83% from 255) = 60.19%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=16.50%
G=60.19%
B=23.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34124480.7300.610.51129.3356.9630.98
Hex227C304903D3381391f
Octal4217460111075632017137
Binary1000101111100110000100100101111011100111000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227C30; }

 p { color: rgb(34,124,48); }

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

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

 a { background-color: rgb(34,124,48); }

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

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

 span { border-color: rgb(34,124,48); }

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