Html Css Color HEX #1FAF3A Dark Pastel Green

📋 copy color: '#1FAF3A'

red 31 ◦ green 175 ◦ blue 58

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

Shades of Dark Pastel Green #1FAF3A

Tints of Dark Pastel Green #1FAF3A

RGB

 RED value IS 31 (12.5% from 255) = 11.74%

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 11.74%
G = 66.29%
B = 21.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#1FAF3A (or 0x1FAF3A) is known color: Dark Pastel Green. HEX triplet: 1F, AF and 3A. RGB value is (31,175,58). Sum of RGB (Red+Green+Blue) = 31+175+58=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAF3A is #E050C5. Grayscale: #767676. Windows color (decimal): -14700742 or 3845919. OLE color: 3845919.

HSL color Cylindrical-coordinate representation of color #1FAF3A: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF3A is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 175 58 -
CMYK 0.82 0 0.67 0.31
HSL 131.25º 0.7% 0.4% -
HSV(B) 131.25º 0.82% 0.69% -
XYZ 16.66 31.26 9.16 -
YUV 118.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 31 175 58 0.82 0 0.67 0.31 131.25 0.7 0.4
Hex 1F AF 3A 52 0 43 1F 83 46 28
Octal 37 257 72 122 0 103 37 203 106 50
Binary 11111 10101111 111010 1010010 0 1000011 11111 10000011 1000110 101000

Color Harmonies of #1FAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAF3A

Black with #1FAF3A

Text Example


Text Example

White with #1FAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,58); }

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

background-color css

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

 a { background-color: rgb(31,175,58); }

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

border-color css

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

 span { border-color: rgb(31,175,58); }

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