Html Css Color HEX #2A873F Japanese Laurel

📋 copy color: '#2A873F'

red 42 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #2A873F

Tints of Japanese Laurel #2A873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

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

R = 17.5%
G = 56.25%
B = 26.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#2A873F (or 0x2A873F) is known color: Japanese Laurel. HEX triplet: 2A, 87 and 3F. RGB value is (42,135,63). Sum of RGB (Red+Green+Blue) = 42+135+63=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #2A873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A873F is #D578C0. Grayscale: #636363. Windows color (decimal): -13990081 or 4163370. OLE color: 4163370.

HSL color Cylindrical-coordinate representation of color #2A873F: hue angle of 133.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A873F is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 135 63 -
CMYK 0.69 0 0.53 0.47
HSL 133.55º 0.53% 0.35% -
HSV(B) 133.55º 0.69% 0.53% -
XYZ 10.52 18.18 7.66 -
YUV 98.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 42 135 63 0.69 0 0.53 0.47 133.55 0.53 0.35
Hex 2A 87 3F 45 0 35 2F 86 35 23
Octal 52 207 77 105 0 65 57 206 65 43
Binary 101010 10000111 111111 1000101 0 110101 101111 10000110 110101 100011

Color Harmonies of #2A873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A873F

Black with #2A873F

Text Example


Text Example

White with #2A873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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