Html Css Color HEX #1BAA46 Pigment Green

📋 copy color: '#1BAA46'

red 27 ◦ green 170 ◦ blue 70

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

Shades of Pigment Green #1BAA46

Tints of Pigment Green #1BAA46

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.67%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 10.11%
G = 63.67%
B = 26.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#1BAA46 (or 0x1BAA46) is known color: Pigment Green. HEX triplet: 1B, AA and 46. RGB value is (27,170,70). Sum of RGB (Red+Green+Blue) = 27+170+70=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA46 is #E455B9. Grayscale: #747474. Windows color (decimal): -14964154 or 4631067. OLE color: 4631067.

HSL color Cylindrical-coordinate representation of color #1BAA46: hue angle of 138.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA46 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 170 70 -
CMYK 0.84 0 0.59 0.33
HSL 138.04º 0.73% 0.39% -
HSV(B) 138.04º 0.84% 0.67% -
XYZ 15.93 29.42 10.63 -
YUV 115.84 102.12 64.63 -
System Red Green Blue C M Y K H S L
Decimal 27 170 70 0.84 0 0.59 0.33 138.04 0.73 0.39
Hex 1B AA 46 54 0 3B 21 8A 49 27
Octal 33 252 106 124 0 73 41 212 111 47
Binary 11011 10101010 1000110 1010100 0 111011 100001 10001010 1001001 100111

Color Harmonies of #1BAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAA46

Black with #1BAA46

Text Example


Text Example

White with #1BAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,170,70); }

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

background-color css

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

 a { background-color: rgb(27,170,70); }

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

border-color css

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

 span { border-color: rgb(27,170,70); }

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