Html Css Color HEX #1BAF2D Dark Pastel Green

📋 copy color: '#1BAF2D'

red 27 ◦ green 175 ◦ blue 45

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

Shades of Dark Pastel Green #1BAF2D

Tints of Dark Pastel Green #1BAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 10.93%
G = 70.85%
B = 18.22%

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

#1BAF2D (or 0x1BAF2D) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 2D. RGB value is (27,175,45). Sum of RGB (Red+Green+Blue) = 27+175+45=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF2D is #E450D2. Grayscale: #747474. Windows color (decimal): -14962899 or 2993947. OLE color: 2993947.

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

Color convert

RGB 27 175 45 -
CMYK 0.85 0 0.74 0.31
HSL 127.3º 0.73% 0.4% -
HSV(B) 127.3º 0.85% 0.69% -
XYZ 16.26 31.08 7.63 -
YUV 115.93 87.97 64.57 -
System Red Green Blue C M Y K H S L
Decimal 27 175 45 0.85 0 0.74 0.31 127.3 0.73 0.4
Hex 1B AF 2D 55 0 4A 1F 7F 49 28
Octal 33 257 55 125 0 112 37 177 111 50
Binary 11011 10101111 101101 1010101 0 1001010 11111 1111111 1001001 101000

Color Harmonies of #1BAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF2D

Black with #1BAF2D

Text Example


Text Example

White with #1BAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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