Html Css Color HEX #2A7125 Japanese Laurel

📋 copy color: '#2A7125'

red 42 ◦ green 113 ◦ blue 37

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

Shades of Japanese Laurel #2A7125

Tints of Japanese Laurel #2A7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.85%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 21.88%
G = 58.85%
B = 19.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#2A7125 (or 0x2A7125) is known color: Japanese Laurel. HEX triplet: 2A, 71 and 25. RGB value is (42,113,37). Sum of RGB (Red+Green+Blue) = 42+113+37=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7125 is #D58EDA. Grayscale: #535353. Windows color (decimal): -13995739 or 2453802. OLE color: 2453802.

HSL color Cylindrical-coordinate representation of color #2A7125: hue angle of 116.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7125 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 113 37 -
CMYK 0.63 0 0.67 0.56
HSL 116.05º 0.51% 0.29% -
HSV(B) 116.05º 0.67% 0.44% -
XYZ 7.19 12.44 3.77 -
YUV 83.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 42 113 37 0.63 0 0.67 0.56 116.05 0.51 0.29
Hex 2A 71 25 3F 0 43 38 74 33 1D
Octal 52 161 45 77 0 103 70 164 63 35
Binary 101010 1110001 100101 111111 0 1000011 111000 1110100 110011 11101

Color Harmonies of #2A7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7125

Black with #2A7125

Text Example


Text Example

White with #2A7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,113,37); }

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

background-color css

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

 a { background-color: rgb(42,113,37); }

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

border-color css

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

 span { border-color: rgb(42,113,37); }

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