Html Css Color HEX #1BAF5E Pigment Green

📋 copy color: '#1BAF5E'

red 27 ◦ green 175 ◦ blue 94

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

Shades of Pigment Green #1BAF5E

Tints of Pigment Green #1BAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.12%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 9.12%
G = 59.12%
B = 31.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#1BAF5E (or 0x1BAF5E) is known color: Pigment Green. HEX triplet: 1B, AF and 5E. RGB value is (27,175,94). Sum of RGB (Red+Green+Blue) = 27+175+94=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF5E is #E450A1. Grayscale: #797979. Windows color (decimal): -14962850 or 6205211. OLE color: 6205211.

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

Color convert

RGB 27 175 94 -
CMYK 0.85 0 0.46 0.31
HSL 147.16º 0.73% 0.4% -
HSV(B) 147.16º 0.85% 0.69% -
XYZ 17.8 31.7 15.77 -
YUV 121.51 112.47 60.59 -
System Red Green Blue C M Y K H S L
Decimal 27 175 94 0.85 0 0.46 0.31 147.16 0.73 0.4
Hex 1B AF 5E 55 0 2E 1F 93 49 28
Octal 33 257 136 125 0 56 37 223 111 50
Binary 11011 10101111 1011110 1010101 0 101110 11111 10010011 1001001 101000

Color Harmonies of #1BAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF5E

Black with #1BAF5E

Text Example


Text Example

White with #1BAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,175,94); }

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

background-color css

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

 a { background-color: rgb(27,175,94); }

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

border-color css

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

 span { border-color: rgb(27,175,94); }

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