Html Css Color HEX #1BAF2E Dark Pastel Green

📋 copy color: '#1BAF2E'

red 27 ◦ green 175 ◦ blue 46

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

Shades of Dark Pastel Green #1BAF2E

Tints of Dark Pastel Green #1BAF2E

RGB

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

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

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

R = 10.89%
G = 70.56%
B = 18.55%

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

#1BAF2E (or 0x1BAF2E) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 2E. RGB value is (27,175,46). Sum of RGB (Red+Green+Blue) = 27+175+46=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF2E is #E450D1. Grayscale: #747474. Windows color (decimal): -14962898 or 3059483. OLE color: 3059483.

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

Color convert

RGB 27 175 46 -
CMYK 0.85 0 0.74 0.31
HSL 127.7º 0.73% 0.4% -
HSV(B) 127.7º 0.85% 0.69% -
XYZ 16.28 31.09 7.73 -
YUV 116.04 88.47 64.49 -
System Red Green Blue C M Y K H S L
Decimal 27 175 46 0.85 0 0.74 0.31 127.7 0.73 0.4
Hex 1B AF 2E 55 0 4A 1F 80 49 28
Octal 33 257 56 125 0 112 37 200 111 50
Binary 11011 10101111 101110 1010101 0 1001010 11111 10000000 1001001 101000

Color Harmonies of #1BAF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF2E

Black with #1BAF2E

Text Example


Text Example

White with #1BAF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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