Html Css Color HEX #22883C Japanese Laurel

📋 copy color: '#22883C'

red 34 ◦ green 136 ◦ blue 60

#22883C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #22883C

Tints of Japanese Laurel #22883C

RGB

 RED value IS 34 (13.67% from 255) = 14.78%

 GREEN value IS 136 (53.52% from 255) = 59.13%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 14.78%
G = 59.13%
B = 26.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#22883C (or 0x22883C) is known color: Japanese Laurel. HEX triplet: 22, 88 and 3C. RGB value is (34,136,60). Sum of RGB (Red+Green+Blue) = 34+136+60=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #22883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22883C is #DD77C3. Grayscale: #616161. Windows color (decimal): -14514116 or 3967010. OLE color: 3967010.

HSL color Cylindrical-coordinate representation of color #22883C: hue angle of 135.29º 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 #22883C is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 136 60 -
CMYK 0.75 0 0.56 0.47
HSL 135.29º 0.6% 0.33% -
HSV(B) 135.29º 0.75% 0.53% -
XYZ 10.28 18.27 7.26 -
YUV 96.84 107.21 83.18 -
System Red Green Blue C M Y K H S L
Decimal 34 136 60 0.75 0 0.56 0.47 135.29 0.6 0.33
Hex 22 88 3C 4B 0 38 2F 87 3C 21
Octal 42 210 74 113 0 70 57 207 74 41
Binary 100010 10001000 111100 1001011 0 111000 101111 10000111 111100 100001

Color Harmonies of #22883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22883C

Black with #22883C

Text Example


Text Example

White with #22883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22883C; }

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

 H1.HeaderClassName
 {
   color: #22883C;
 }
 .AnyTagClassName
 {
   color: #22883C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #22883C;
 }
 .BgClassName
 {
   background-color: #22883C;
 }
</style>

border-color css

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

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

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