Html Css Color HEX #2A4725 Myrtle

📋 copy color: '#2A4725'

red 42 ◦ green 71 ◦ blue 37

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

Shades of Myrtle #2A4725

Tints of Myrtle #2A4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

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

R = 28%
G = 47.33%
B = 24.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#2A4725 (or 0x2A4725) is known color: Myrtle. HEX triplet: 2A, 47 and 25. RGB value is (42,71,37). Sum of RGB (Red+Green+Blue) = 42+71+37=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4725 is #D5B8DA. Grayscale: #3A3A3A. Windows color (decimal): -14006491 or 2443050. OLE color: 2443050.

HSL color Cylindrical-coordinate representation of color #2A4725: hue angle of 111.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A4725 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 71 37 -
CMYK 0.41 0 0.48 0.72
HSL 111.18º 0.31% 0.21% -
HSV(B) 111.18º 0.48% 0.28% -
XYZ 3.54 5.13 2.55 -
YUV 58.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 42 71 37 0.41 0 0.48 0.72 111.18 0.31 0.21
Hex 2A 47 25 29 0 30 48 6F 1F 15
Octal 52 107 45 51 0 60 110 157 37 25
Binary 101010 1000111 100101 101001 0 110000 1001000 1101111 11111 10101

Color Harmonies of #2A4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4725

Black with #2A4725

Text Example


Text Example

White with #2A4725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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