Html Css Color HEX #2A822E Japanese Laurel

📋 copy color: '#2A822E'

red 42 ◦ green 130 ◦ blue 46

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

Shades of Japanese Laurel #2A822E

Tints of Japanese Laurel #2A822E

RGB

 RED value IS 42 (16.8% from 255) = 19.27%

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 19.27%
G = 59.63%
B = 21.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#2A822E (or 0x2A822E) is known color: Japanese Laurel. HEX triplet: 2A, 82 and 2E. RGB value is (42,130,46). Sum of RGB (Red+Green+Blue) = 42+130+46=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #2A822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A822E is #D57DD1. Grayscale: #5E5E5E. Windows color (decimal): -13991378 or 3047978. OLE color: 3047978.

HSL color Cylindrical-coordinate representation of color #2A822E: hue angle of 122.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A822E is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 130 46 -
CMYK 0.68 0 0.65 0.49
HSL 122.73º 0.51% 0.34% -
HSV(B) 122.73º 0.68% 0.51% -
XYZ 9.43 16.65 5.3 -
YUV 94.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 42 130 46 0.68 0 0.65 0.49 122.73 0.51 0.34
Hex 2A 82 2E 44 0 41 31 7B 33 22
Octal 52 202 56 104 0 101 61 173 63 42
Binary 101010 10000010 101110 1000100 0 1000001 110001 1111011 110011 100010

Color Harmonies of #2A822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A822E

Black with #2A822E

Text Example


Text Example

White with #2A822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A822E; }

 p { color: rgb(42,130,46); }

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

background-color css

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

 a { background-color: rgb(42,130,46); }

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

border-color css

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

 span { border-color: rgb(42,130,46); }

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