Html Css Color HEX #1FBC3F Dark Pastel Green

📋 copy color: '#1FBC3F'

red 31 ◦ green 188 ◦ blue 63

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

Shades of Dark Pastel Green #1FBC3F

Tints of Dark Pastel Green #1FBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.67%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 10.99%
G = 66.67%
B = 22.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#1FBC3F (or 0x1FBC3F) is known color: Dark Pastel Green. HEX triplet: 1F, BC and 3F. RGB value is (31,188,63). Sum of RGB (Red+Green+Blue) = 31+188+63=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC3F is #E043C0. Grayscale: #7F7F7F. Windows color (decimal): -14697409 or 4176927. OLE color: 4176927.

HSL color Cylindrical-coordinate representation of color #1FBC3F: hue angle of 132.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC3F is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 188 63 -
CMYK 0.84 0 0.66 0.26
HSL 132.23º 0.72% 0.43% -
HSV(B) 132.23º 0.84% 0.74% -
XYZ 19.45 36.62 10.75 -
YUV 126.81 91.99 59.66 -
System Red Green Blue C M Y K H S L
Decimal 31 188 63 0.84 0 0.66 0.26 132.23 0.72 0.43
Hex 1F BC 3F 54 0 42 1A 84 48 2B
Octal 37 274 77 124 0 102 32 204 110 53
Binary 11111 10111100 111111 1010100 0 1000010 11010 10000100 1001000 101011

Color Harmonies of #1FBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC3F

Black with #1FBC3F

Text Example


Text Example

White with #1FBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,188,63); }

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

background-color css

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

 a { background-color: rgb(31,188,63); }

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

border-color css

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

 span { border-color: rgb(31,188,63); }

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