Html Css Color HEX #1BA002 Islamic Green

📋 copy color: '#1BA002'

red 27 ◦ green 160 ◦ blue 2

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

Shades of Islamic Green #1BA002

Tints of Islamic Green #1BA002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 84.66%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 14.29%
G = 84.66%
B = 1.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#1BA002 (or 0x1BA002) is known color: Islamic Green. HEX triplet: 1B, A0 and 02. RGB value is (27,160,2). Sum of RGB (Red+Green+Blue) = 27+160+2=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA002 is #E45FFD. Grayscale: #666666. Windows color (decimal): -14966782 or 172059. OLE color: 172059.

HSL color Cylindrical-coordinate representation of color #1BA002: hue angle of 110.51º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BA002 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 160 2 -
CMYK 0.83 0 0.99 0.37
HSL 110.51º 0.98% 0.32% -
HSV(B) 110.51º 0.99% 0.63% -
XYZ 13.03 25.38 4.27 -
YUV 102.22 71.44 74.35 -
System Red Green Blue C M Y K H S L
Decimal 27 160 2 0.83 0 0.99 0.37 110.51 0.98 0.32
Hex 1B A0 2 53 0 63 25 6F 62 20
Octal 33 240 2 123 0 143 45 157 142 40
Binary 11011 10100000 10 1010011 0 1100011 100101 1101111 1100010 100000

Color Harmonies of #1BA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA002

Black with #1BA002

Text Example


Text Example

White with #1BA002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,160,2); }

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

background-color css

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

 a { background-color: rgb(27,160,2); }

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

border-color css

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

 span { border-color: rgb(27,160,2); }

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