Html Css Color HEX #1BB530 Dark Pastel Green

📋 copy color: '#1BB530'

red 27 ◦ green 181 ◦ blue 48

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

Shades of Dark Pastel Green #1BB530

Tints of Dark Pastel Green #1BB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.7%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 10.55%
G = 70.7%
B = 18.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#1BB530 (or 0x1BB530) is known color: Dark Pastel Green. HEX triplet: 1B, B5 and 30. RGB value is (27,181,48). Sum of RGB (Red+Green+Blue) = 27+181+48=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #1BB530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB530 is #E44ACF. Grayscale: #787878. Windows color (decimal): -14961360 or 3192091. OLE color: 3192091.

HSL color Cylindrical-coordinate representation of color #1BB530: hue angle of 128.18º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB530 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 27 181 48 -
CMYK 0.85 0 0.73 0.29
HSL 128.18º 0.74% 0.41% -
HSV(B) 128.18º 0.85% 0.71% -
XYZ 17.51 33.49 8.34 -
YUV 119.79 87.48 61.81 -
System Red Green Blue C M Y K H S L
Decimal 27 181 48 0.85 0 0.73 0.29 128.18 0.74 0.41
Hex 1B B5 30 55 0 49 1D 80 4A 29
Octal 33 265 60 125 0 111 35 200 112 51
Binary 11011 10110101 110000 1010101 0 1001001 11101 10000000 1001010 101001

Color Harmonies of #1BB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB530

Black with #1BB530

Text Example


Text Example

White with #1BB530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,181,48); }

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

background-color css

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

 a { background-color: rgb(27,181,48); }

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

border-color css

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

 span { border-color: rgb(27,181,48); }

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