#228838

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

Shades of Japanese Laurel #228838

Tints of Japanese Laurel #228838

Color information

#228838 (or 0x228838) is unknown color: approx Japanese Laurel. HEX triplet: 22, 88 and 38. RGB value is (34,136,56). Sum of RGB (Red+Green+Blue) = 34+136+56=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #228838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228838 is #DD77C7. Grayscale: #606060. Windows color (decimal): -14514120 or 3704866. OLE color: 3704866.

HSL color Cylindrical-coordinate representation of color #228838: hue angle of 132.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228838 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3413656-
CMYK0.7500.590.47
HSL132.94º60%33.33%-
HSV(B)132.94º75%53.33%-
XYZ10.1818.236.72-
YUV96.38105.2183.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 136 (53.52% from 255) = 60.18%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=15.04%
G=60.18%
B=24.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34136560.7500.590.47132.946033.33
Hex2288384B03B2F853c21
Octal4221070113073572057441
Binary100010100010001110001001011011101110111110000101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228838; }

 p { color: rgb(34,136,56); }

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

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

 a { background-color: rgb(34,136,56); }

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

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

 span { border-color: rgb(34,136,56); }

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