Html Css Color HEX #2A843B Japanese Laurel

📋 copy color: '#2A843B'

red 42 ◦ green 132 ◦ blue 59

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

Shades of Japanese Laurel #2A843B

Tints of Japanese Laurel #2A843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 18.03%
G = 56.65%
B = 25.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#2A843B (or 0x2A843B) is known color: Japanese Laurel. HEX triplet: 2A, 84 and 3B. RGB value is (42,132,59). Sum of RGB (Red+Green+Blue) = 42+132+59=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #2A843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A843B is #D57BC4. Grayscale: #606060. Windows color (decimal): -13990853 or 3900458. OLE color: 3900458.

HSL color Cylindrical-coordinate representation of color #2A843B: hue angle of 131.33º 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 #2A843B is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 132 59 -
CMYK 0.68 0 0.55 0.48
HSL 131.33º 0.52% 0.34% -
HSV(B) 131.33º 0.68% 0.52% -
XYZ 10 17.31 6.95 -
YUV 96.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 42 132 59 0.68 0 0.55 0.48 131.33 0.52 0.34
Hex 2A 84 3B 44 0 37 30 83 34 22
Octal 52 204 73 104 0 67 60 203 64 42
Binary 101010 10000100 111011 1000100 0 110111 110000 10000011 110100 100010

Color Harmonies of #2A843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A843B

Black with #2A843B

Text Example


Text Example

White with #2A843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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