#22843A

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

Shades of Japanese Laurel #22843A

Tints of Japanese Laurel #22843A

Color information

#22843A (or 0x22843A) is unknown color: approx Japanese Laurel. HEX triplet: 22, 84 and 3A. RGB value is (34,132,58). Sum of RGB (Red+Green+Blue) = 34+132+58=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #22843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22843A is #DD7BC5. Grayscale: #5E5E5E. Windows color (decimal): -14515142 or 3834914. OLE color: 3834914.

HSL color Cylindrical-coordinate representation of color #22843A: hue angle of 134.69º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22843A is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB3413258-
CMYK0.7400.560.48
HSL134.69º59.04%32.55%-
HSV(B)134.69º74.24%51.76%-
XYZ9.6717.156.8-
YUV94.26107.5385.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=15.18%
G=58.93%
B=25.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34132580.7400.560.48134.6959.0432.55
Hex22843A4A03830873b21
Octal4220472112070602077341
Binary100010100001001110101001010011100011000010000111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22843A; }

 p { color: rgb(34,132,58); }

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

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

 a { background-color: rgb(34,132,58); }

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

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

 span { border-color: rgb(34,132,58); }

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