Html Css Color HEX #2A843F Japanese Laurel

📋 copy color: '#2A843F'

red 42 ◦ green 132 ◦ blue 63

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

Shades of Japanese Laurel #2A843F

Tints of Japanese Laurel #2A843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 17.72%
G = 55.7%
B = 26.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#2A843F (or 0x2A843F) is known color: Japanese Laurel. HEX triplet: 2A, 84 and 3F. RGB value is (42,132,63). Sum of RGB (Red+Green+Blue) = 42+132+63=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #2A843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A843F is #D57BC0. Grayscale: #616161. Windows color (decimal): -13990849 or 4162602. OLE color: 4162602.

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

Color convert

RGB 42 132 63 -
CMYK 0.68 0 0.52 0.48
HSL 134º 0.52% 0.34% -
HSV(B) 134º 0.68% 0.52% -
XYZ 10.1 17.35 7.52 -
YUV 97.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 42 132 63 0.68 0 0.52 0.48 134 0.52 0.34
Hex 2A 84 3F 44 0 34 30 86 34 22
Octal 52 204 77 104 0 64 60 206 64 42
Binary 101010 10000100 111111 1000100 0 110100 110000 10000110 110100 100010

Color Harmonies of #2A843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A843F

Black with #2A843F

Text Example


Text Example

White with #2A843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,132,63); }

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

background-color css

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

 a { background-color: rgb(42,132,63); }

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

border-color css

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

 span { border-color: rgb(42,132,63); }

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