Html Css Color HEX #1BAE2F Dark Pastel Green

📋 copy color: '#1BAE2F'

red 27 ◦ green 174 ◦ blue 47

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

Shades of Dark Pastel Green #1BAE2F

Tints of Dark Pastel Green #1BAE2F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 70.16%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 10.89%
G = 70.16%
B = 18.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#1BAE2F (or 0x1BAE2F) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 2F. RGB value is (27,174,47). Sum of RGB (Red+Green+Blue) = 27+174+47=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 174 (68.36% from 255 or 70.16% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE2F is #E451D0. Grayscale: #737373. Windows color (decimal): -14963153 or 3124763. OLE color: 3124763.

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

Color convert

RGB 27 174 47 -
CMYK 0.84 0 0.73 0.32
HSL 128.16º 0.73% 0.39% -
HSV(B) 128.16º 0.84% 0.68% -
XYZ 16.1 30.71 7.77 -
YUV 115.57 89.3 64.83 -
System Red Green Blue C M Y K H S L
Decimal 27 174 47 0.84 0 0.73 0.32 128.16 0.73 0.39
Hex 1B AE 2F 54 0 49 20 80 49 27
Octal 33 256 57 124 0 111 40 200 111 47
Binary 11011 10101110 101111 1010100 0 1001001 100000 10000000 1001001 100111

Color Harmonies of #1BAE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE2F

Black with #1BAE2F

Text Example


Text Example

White with #1BAE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,174,47); }

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

background-color css

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

 a { background-color: rgb(27,174,47); }

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

border-color css

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

 span { border-color: rgb(27,174,47); }

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