Html Css Color HEX #228035 Japanese Laurel

📋 copy color: '#228035'

red 34 ◦ green 128 ◦ blue 53

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

Shades of Japanese Laurel #228035

Tints of Japanese Laurel #228035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 15.81%
G = 59.53%
B = 24.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#228035 (or 0x228035) is known color: Japanese Laurel. HEX triplet: 22, 80 and 35. RGB value is (34,128,53). Sum of RGB (Red+Green+Blue) = 34+128+53=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #228035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228035 is #DD7FCA. Grayscale: #5B5B5B. Windows color (decimal): -14516171 or 3506210. OLE color: 3506210.

HSL color Cylindrical-coordinate representation of color #228035: hue angle of 132.13º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #228035 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 128 53 -
CMYK 0.73 0 0.59 0.50
HSL 132.13º 0.58% 0.32% -
HSV(B) 132.13º 0.73% 0.5% -
XYZ 9.02 16.04 5.99 -
YUV 91.34 106.36 87.1 -
System Red Green Blue C M Y K H S L
Decimal 34 128 53 0.73 0 0.59 0.50 132.13 0.58 0.32
Hex 22 80 35 49 0 3B 32 84 3A 20
Octal 42 200 65 111 0 73 62 204 72 40
Binary 100010 10000000 110101 1001001 0 111011 110010 10000100 111010 100000

Color Harmonies of #228035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228035

Black with #228035

Text Example


Text Example

White with #228035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228035; }

 p { color: rgb(34,128,53); }

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

background-color css

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

 a { background-color: rgb(34,128,53); }

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

border-color css

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

 span { border-color: rgb(34,128,53); }

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