Html Css Color HEX #2A7E32 Japanese Laurel

📋 copy color: '#2A7E32'

red 42 ◦ green 126 ◦ blue 50

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

Shades of Japanese Laurel #2A7E32

Tints of Japanese Laurel #2A7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.8%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 19.27%
G = 57.8%
B = 22.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#2A7E32 (or 0x2A7E32) is known color: Japanese Laurel. HEX triplet: 2A, 7E and 32. RGB value is (42,126,50). Sum of RGB (Red+Green+Blue) = 42+126+50=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7E32 is #D581CD. Grayscale: #5C5C5C. Windows color (decimal): -13992398 or 3309098. OLE color: 3309098.

HSL color Cylindrical-coordinate representation of color #2A7E32: hue angle of 125.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E32 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 126 50 -
CMYK 0.67 0 0.60 0.51
HSL 125.71º 0.5% 0.33% -
HSV(B) 125.71º 0.67% 0.49% -
XYZ 8.99 15.64 5.56 -
YUV 92.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 42 126 50 0.67 0 0.60 0.51 125.71 0.5 0.33
Hex 2A 7E 32 43 0 3C 33 7E 32 21
Octal 52 176 62 103 0 74 63 176 62 41
Binary 101010 1111110 110010 1000011 0 111100 110011 1111110 110010 100001

Color Harmonies of #2A7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7E32

Black with #2A7E32

Text Example


Text Example

White with #2A7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,126,50); }

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

background-color css

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

 a { background-color: rgb(42,126,50); }

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

border-color css

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

 span { border-color: rgb(42,126,50); }

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