Html Css Color HEX #1AAF2F Dark Pastel Green

📋 copy color: '#1AAF2F'

red 26 ◦ green 175 ◦ blue 47

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

Shades of Dark Pastel Green #1AAF2F

Tints of Dark Pastel Green #1AAF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70.56%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 10.48%
G = 70.56%
B = 18.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#1AAF2F (or 0x1AAF2F) is known color: Dark Pastel Green. HEX triplet: 1A, AF and 2F. RGB value is (26,175,47). Sum of RGB (Red+Green+Blue) = 26+175+47=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF2F is #E550D0. Grayscale: #747474. Windows color (decimal): -15028433 or 3125018. OLE color: 3125018.

HSL color Cylindrical-coordinate representation of color #1AAF2F: hue angle of 128.46º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF2F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 175 47 -
CMYK 0.85 0 0.73 0.31
HSL 128.46º 0.74% 0.39% -
HSV(B) 128.46º 0.85% 0.69% -
XYZ 16.27 31.08 7.83 -
YUV 115.86 89.14 63.91 -
System Red Green Blue C M Y K H S L
Decimal 26 175 47 0.85 0 0.73 0.31 128.46 0.74 0.39
Hex 1A AF 2F 55 0 49 1F 80 4A 27
Octal 32 257 57 125 0 111 37 200 112 47
Binary 11010 10101111 101111 1010101 0 1001001 11111 10000000 1001010 100111

Color Harmonies of #1AAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF2F

Black with #1AAF2F

Text Example


Text Example

White with #1AAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,175,47); }

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

background-color css

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

 a { background-color: rgb(26,175,47); }

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

border-color css

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

 span { border-color: rgb(26,175,47); }

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