Html Css Color HEX #1BB12F Dark Pastel Green

📋 copy color: '#1BB12F'

red 27 ◦ green 177 ◦ blue 47

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

Shades of Dark Pastel Green #1BB12F

Tints of Dark Pastel Green #1BB12F

RGB

 RED value IS 27 (10.94% from 255) = 10.76%

 GREEN value IS 177 (69.53% from 255) = 70.52%

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

R = 10.76%
G = 70.52%
B = 18.73%

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

#1BB12F (or 0x1BB12F) is known color: Dark Pastel Green. HEX triplet: 1B, B1 and 2F. RGB value is (27,177,47). Sum of RGB (Red+Green+Blue) = 27+177+47=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB12F is #E44ED0. Grayscale: #757575. Windows color (decimal): -14962385 or 3125531. OLE color: 3125531.

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

Color convert

RGB 27 177 47 -
CMYK 0.85 0 0.73 0.31
HSL 128º 0.74% 0.4% -
HSV(B) 128º 0.85% 0.69% -
XYZ 16.69 31.88 7.96 -
YUV 117.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 27 177 47 0.85 0 0.73 0.31 128 0.74 0.4
Hex 1B B1 2F 55 0 49 1F 80 4A 28
Octal 33 261 57 125 0 111 37 200 112 50
Binary 11011 10110001 101111 1010101 0 1001001 11111 10000000 1001010 101000

Color Harmonies of #1BB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB12F

Black with #1BB12F

Text Example


Text Example

White with #1BB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,177,47); }

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

background-color css

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

 a { background-color: rgb(27,177,47); }

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

border-color css

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

 span { border-color: rgb(27,177,47); }

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