Html Css Color HEX #1BA248 Pigment Green

📋 copy color: '#1BA248'

red 27 ◦ green 162 ◦ blue 72

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

Shades of Pigment Green #1BA248

Tints of Pigment Green #1BA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 62.07%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 10.34%
G = 62.07%
B = 27.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#1BA248 (or 0x1BA248) is known color: Pigment Green. HEX triplet: 1B, A2 and 48. RGB value is (27,162,72). Sum of RGB (Red+Green+Blue) = 27+162+72=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA248 is #E45DB7. Grayscale: #6F6F6F. Windows color (decimal): -14966200 or 4760091. OLE color: 4760091.

HSL color Cylindrical-coordinate representation of color #1BA248: hue angle of 140º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA248 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 162 72 -
CMYK 0.83 0 0.56 0.36
HSL 140º 0.71% 0.37% -
HSV(B) 140º 0.83% 0.64% -
XYZ 14.54 26.54 10.49 -
YUV 111.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 27 162 72 0.83 0 0.56 0.36 140 0.71 0.37
Hex 1B A2 48 53 0 38 24 8C 47 25
Octal 33 242 110 123 0 70 44 214 107 45
Binary 11011 10100010 1001000 1010011 0 111000 100100 10001100 1000111 100101

Color Harmonies of #1BA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA248

Black with #1BA248

Text Example


Text Example

White with #1BA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,162,72); }

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

background-color css

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

 a { background-color: rgb(27,162,72); }

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

border-color css

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

 span { border-color: rgb(27,162,72); }

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