Html Css Color HEX #1AA52B Forest Green

📋 copy color: '#1AA52B'

red 26 ◦ green 165 ◦ blue 43

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

Shades of Forest Green #1AA52B

Tints of Forest Green #1AA52B

RGB

 RED value IS 26 (10.55% from 255) = 11.11%

 GREEN value IS 165 (64.84% from 255) = 70.51%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 11.11%
G = 70.51%
B = 18.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#1AA52B (or 0x1AA52B) is known color: Forest Green. HEX triplet: 1A, A5 and 2B. RGB value is (26,165,43). Sum of RGB (Red+Green+Blue) = 26+165+43=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA52B is #E55AD4. Grayscale: #6D6D6D. Windows color (decimal): -15030997 or 2860314. OLE color: 2860314.

HSL color Cylindrical-coordinate representation of color #1AA52B: hue angle of 127.34º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA52B is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 165 43 -
CMYK 0.84 0 0.74 0.35
HSL 127.34º 0.73% 0.37% -
HSV(B) 127.34º 0.84% 0.65% -
XYZ 14.32 27.3 6.8 -
YUV 109.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 26 165 43 0.84 0 0.74 0.35 127.34 0.73 0.37
Hex 1A A5 2B 54 0 4A 23 7F 49 25
Octal 32 245 53 124 0 112 43 177 111 45
Binary 11010 10100101 101011 1010100 0 1001010 100011 1111111 1001001 100101

Color Harmonies of #1AA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA52B

Black with #1AA52B

Text Example


Text Example

White with #1AA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AA52B; }

 p { color: rgb(26,165,43); }

 H1.HeaderClassName
 {
   color: #1AA52B;
 }
 .AnyTagClassName
 {
   color: #1AA52B;
 }
</style>

background-color css

<style>
 a { background-color: #1AA52B; }

 a { background-color: rgb(26,165,43); }

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

border-color css

<style>
 span { border-color: #1AA52B; }

 span { border-color: rgb(26,165,43); }

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