Html Css Color HEX #1BAF3E Dark Pastel Green

📋 copy color: '#1BAF3E'

red 27 ◦ green 175 ◦ blue 62

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

Shades of Dark Pastel Green #1BAF3E

Tints of Dark Pastel Green #1BAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 10.23%
G = 66.29%
B = 23.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#1BAF3E (or 0x1BAF3E) is known color: Dark Pastel Green. HEX triplet: 1B, AF and 3E. RGB value is (27,175,62). Sum of RGB (Red+Green+Blue) = 27+175+62=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF3E is #E450C1. Grayscale: #767676. Windows color (decimal): -14962882 or 4108059. OLE color: 4108059.

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

Color convert

RGB 27 175 62 -
CMYK 0.85 0 0.65 0.31
HSL 134.19º 0.73% 0.4% -
HSV(B) 134.19º 0.85% 0.69% -
XYZ 16.65 31.24 9.71 -
YUV 117.87 96.47 63.19 -
System Red Green Blue C M Y K H S L
Decimal 27 175 62 0.85 0 0.65 0.31 134.19 0.73 0.4
Hex 1B AF 3E 55 0 41 1F 86 49 28
Octal 33 257 76 125 0 101 37 206 111 50
Binary 11011 10101111 111110 1010101 0 1000001 11111 10000110 1001001 101000

Color Harmonies of #1BAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF3E

Black with #1BAF3E

Text Example


Text Example

White with #1BAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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