Html Css Color HEX #2A873E Japanese Laurel

📋 copy color: '#2A873E'

red 42 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #2A873E

Tints of Japanese Laurel #2A873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 17.57%
G = 56.49%
B = 25.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2A873E (or 0x2A873E) is known color: Japanese Laurel. HEX triplet: 2A, 87 and 3E. RGB value is (42,135,62). Sum of RGB (Red+Green+Blue) = 42+135+62=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #2A873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A873E is #D578C1. Grayscale: #636363. Windows color (decimal): -13990082 or 4097834. OLE color: 4097834.

HSL color Cylindrical-coordinate representation of color #2A873E: hue angle of 132.9º 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 #2A873E is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 135 62 -
CMYK 0.69 0 0.54 0.47
HSL 132.9º 0.53% 0.35% -
HSV(B) 132.9º 0.69% 0.53% -
XYZ 10.49 18.17 7.51 -
YUV 98.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 42 135 62 0.69 0 0.54 0.47 132.9 0.53 0.35
Hex 2A 87 3E 45 0 36 2F 85 35 23
Octal 52 207 76 105 0 66 57 205 65 43
Binary 101010 10000111 111110 1000101 0 110110 101111 10000101 110101 100011

Color Harmonies of #2A873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A873E

Black with #2A873E

Text Example


Text Example

White with #2A873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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