Html Css Color HEX #228131 Japanese Laurel

📋 copy color: '#228131'

red 34 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #228131

Tints of Japanese Laurel #228131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.85%

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 16.04%
G = 60.85%
B = 23.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#228131 (or 0x228131) is known color: Japanese Laurel. HEX triplet: 22, 81 and 31. RGB value is (34,129,49). Sum of RGB (Red+Green+Blue) = 34+129+49=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #228131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228131 is #DD7ECE. Grayscale: #5B5B5B. Windows color (decimal): -14515919 or 3244322. OLE color: 3244322.

HSL color Cylindrical-coordinate representation of color #228131: hue angle of 129.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228131 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 129 49 -
CMYK 0.74 0 0.62 0.49
HSL 129.47º 0.58% 0.32% -
HSV(B) 129.47º 0.74% 0.51% -
XYZ 9.06 16.26 5.57 -
YUV 91.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 34 129 49 0.74 0 0.62 0.49 129.47 0.58 0.32
Hex 22 81 31 4A 0 3E 31 81 3A 20
Octal 42 201 61 112 0 76 61 201 72 40
Binary 100010 10000001 110001 1001010 0 111110 110001 10000001 111010 100000

Color Harmonies of #228131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228131

Black with #228131

Text Example


Text Example

White with #228131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228131; }

 p { color: rgb(34,129,49); }

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

background-color css

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

 a { background-color: rgb(34,129,49); }

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

border-color css

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

 span { border-color: rgb(34,129,49); }

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