Html Css Color HEX #1BB12E Dark Pastel Green

📋 copy color: '#1BB12E'

red 27 ◦ green 177 ◦ blue 46

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

Shades of Dark Pastel Green #1BB12E

Tints of Dark Pastel Green #1BB12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 10.8%
G = 70.8%
B = 18.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#1BB12E (or 0x1BB12E) is known color: Dark Pastel Green. HEX triplet: 1B, B1 and 2E. RGB value is (27,177,46). Sum of RGB (Red+Green+Blue) = 27+177+46=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB12E is #E44ED1. Grayscale: #757575. Windows color (decimal): -14962386 or 3059995. OLE color: 3059995.

HSL color Cylindrical-coordinate representation of color #1BB12E: hue angle of 127.6º 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 #1BB12E is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 177 46 -
CMYK 0.85 0 0.74 0.31
HSL 127.6º 0.74% 0.4% -
HSV(B) 127.6º 0.85% 0.69% -
XYZ 16.67 31.87 7.86 -
YUV 117.22 87.81 63.65 -
System Red Green Blue C M Y K H S L
Decimal 27 177 46 0.85 0 0.74 0.31 127.6 0.74 0.4
Hex 1B B1 2E 55 0 4A 1F 80 4A 28
Octal 33 261 56 125 0 112 37 200 112 50
Binary 11011 10110001 101110 1010101 0 1001010 11111 10000000 1001010 101000

Color Harmonies of #1BB12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB12E

Black with #1BB12E

Text Example


Text Example

White with #1BB12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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