#05B01C

Color #05B01C Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #05B01C

Tints of Islamic Green #05B01C

Color information

#05B01C (or 0x05B01C) is unknown color: approx Islamic Green. HEX triplet: 05, B0 and 1C. RGB value is (5,176,28). Sum of RGB (Red+Green+Blue) = 5+176+28=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 176 (69.14% from 255 or 84.21% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 176 - color contains mainly: green. Hex color #05B01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B01C is #FA4FE3. Grayscale: #6C6C6C. Windows color (decimal): -16404452 or 1880069. OLE color: 1880069.

HSL color Cylindrical-coordinate representation of color #05B01C: hue angle of 128.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B01C is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB517628-
CMYK0.9700.840.31
HSL128.07º94.48%35.49%-
HSV(B)128.07º97.16%69.02%-
XYZ15.831.176.28-
YUV10882.8554.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 176 (69.14% from 255) = 84.21%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=2.39%
G=84.21%
B=13.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5176280.9700.840.31128.0794.4835.49
Hex5B01C610541F805e23
Octal52603414101243720013643
Binary101101100001110011000010101010011111100000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B01C; }

 p { color: rgb(5,176,28); }

 H1.HeaderClassName
 {
   color: #05B01C;
 }
 .AnyTagClassName
 {
   color: #05B01C;
 }
</style>
background-color css

<style>
 a { background-color: #05B01C; }

 a { background-color: rgb(5,176,28); }

 div.DivClassName
 {
   background-color: #05B01C;
 }
 .BgClassName
 {
   background-color: #05B01C;
 }
</style>
border-color css

<style>
 span { border-color: #05B01C; }

 span { border-color: rgb(5,176,28); }

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