Html Css Color HEX #1BAA40 Dark Pastel Green

📋 copy color: '#1BAA40'

red 27 ◦ green 170 ◦ blue 64

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

Shades of Dark Pastel Green #1BAA40

Tints of Dark Pastel Green #1BAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 10.34%
G = 65.13%
B = 24.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#1BAA40 (or 0x1BAA40) is known color: Dark Pastel Green. HEX triplet: 1B, AA and 40. RGB value is (27,170,64). Sum of RGB (Red+Green+Blue) = 27+170+64=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA40 is #E455BF. Grayscale: #737373. Windows color (decimal): -14964160 or 4237851. OLE color: 4237851.

HSL color Cylindrical-coordinate representation of color #1BAA40: hue angle of 135.52º 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 #1BAA40 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 170 64 -
CMYK 0.84 0 0.62 0.33
HSL 135.52º 0.73% 0.39% -
HSV(B) 135.52º 0.84% 0.67% -
XYZ 15.75 29.35 9.69 -
YUV 115.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 27 170 64 0.84 0 0.62 0.33 135.52 0.73 0.39
Hex 1B AA 40 54 0 3E 21 88 49 27
Octal 33 252 100 124 0 76 41 210 111 47
Binary 11011 10101010 1000000 1010100 0 111110 100001 10001000 1001001 100111

Color Harmonies of #1BAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAA40

Black with #1BAA40

Text Example


Text Example

White with #1BAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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