Html Css Color HEX #1FB248 Dark Pastel Green

📋 copy color: '#1FB248'

red 31 ◦ green 178 ◦ blue 72

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

Shades of Dark Pastel Green #1FB248

Tints of Dark Pastel Green #1FB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.35%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 11.03%
G = 63.35%
B = 25.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#1FB248 (or 0x1FB248) is known color: Dark Pastel Green. HEX triplet: 1F, B2 and 48. RGB value is (31,178,72). Sum of RGB (Red+Green+Blue) = 31+178+72=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB248 is #E04DB7. Grayscale: #7A7A7A. Windows color (decimal): -14699960 or 4764191. OLE color: 4764191.

HSL color Cylindrical-coordinate representation of color #1FB248: hue angle of 136.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB248 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 178 72 -
CMYK 0.83 0 0.60 0.30
HSL 136.73º 0.7% 0.41% -
HSV(B) 136.73º 0.83% 0.7% -
XYZ 17.66 32.6 11.49 -
YUV 121.96 99.8 63.12 -
System Red Green Blue C M Y K H S L
Decimal 31 178 72 0.83 0 0.60 0.30 136.73 0.7 0.41
Hex 1F B2 48 53 0 3C 1E 89 46 29
Octal 37 262 110 123 0 74 36 211 106 51
Binary 11111 10110010 1001000 1010011 0 111100 11110 10001001 1000110 101001

Color Harmonies of #1FB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB248

Black with #1FB248

Text Example


Text Example

White with #1FB248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,178,72); }

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

background-color css

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

 a { background-color: rgb(31,178,72); }

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

border-color css

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

 span { border-color: rgb(31,178,72); }

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