Html Css Color HEX #1BBD01 Islamic Green

📋 copy color: '#1BBD01'

red 27 ◦ green 189 ◦ blue 1

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

Shades of Islamic Green #1BBD01

Tints of Islamic Green #1BBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 87.1%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 12.44%
G = 87.1%
B = 0.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#1BBD01 (or 0x1BBD01) is known color: Islamic Green. HEX triplet: 1B, BD and 01. RGB value is (27,189,1). Sum of RGB (Red+Green+Blue) = 27+189+1=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 189 (74.22% from 255 or 87.10% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBD01 is #E442FE. Grayscale: #777777. Windows color (decimal): -14959359 or 113947. OLE color: 113947.

HSL color Cylindrical-coordinate representation of color #1BBD01: hue angle of 111.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BBD01 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 189 1 -
CMYK 0.86 0 0.99 0.26
HSL 111.7º 0.99% 0.37% -
HSV(B) 111.7º 0.99% 0.74% -
XYZ 18.66 36.63 6.12 -
YUV 119.13 61.33 62.29 -
System Red Green Blue C M Y K H S L
Decimal 27 189 1 0.86 0 0.99 0.26 111.7 0.99 0.37
Hex 1B BD 1 56 0 63 1A 70 63 25
Octal 33 275 1 126 0 143 32 160 143 45
Binary 11011 10111101 1 1010110 0 1100011 11010 1110000 1100011 100101

Color Harmonies of #1BBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBD01

Black with #1BBD01

Text Example


Text Example

White with #1BBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,189,1); }

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

background-color css

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

 a { background-color: rgb(27,189,1); }

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

border-color css

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

 span { border-color: rgb(27,189,1); }

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