Html Css Color HEX #1BAE34 Dark Pastel Green

📋 copy color: '#1BAE34'

red 27 ◦ green 174 ◦ blue 52

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

Shades of Dark Pastel Green #1BAE34

Tints of Dark Pastel Green #1BAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 10.67%
G = 68.77%
B = 20.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#1BAE34 (or 0x1BAE34) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 34. RGB value is (27,174,52). Sum of RGB (Red+Green+Blue) = 27+174+52=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE34 is #E451CB. Grayscale: #747474. Windows color (decimal): -14963148 or 3452443. OLE color: 3452443.

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

Color convert

RGB 27 174 52 -
CMYK 0.84 0 0.70 0.32
HSL 130.2º 0.73% 0.39% -
HSV(B) 130.2º 0.84% 0.68% -
XYZ 16.21 30.75 8.33 -
YUV 116.14 91.8 64.42 -
System Red Green Blue C M Y K H S L
Decimal 27 174 52 0.84 0 0.70 0.32 130.2 0.73 0.39
Hex 1B AE 34 54 0 46 20 82 49 27
Octal 33 256 64 124 0 106 40 202 111 47
Binary 11011 10101110 110100 1010100 0 1000110 100000 10000010 1001001 100111

Color Harmonies of #1BAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE34

Black with #1BAE34

Text Example


Text Example

White with #1BAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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