Html Css Color HEX #01B40D Islamic Green

📋 copy color: '#01B40D'

red 1 ◦ green 180 ◦ blue 13

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

Shades of Islamic Green #01B40D

Tints of Islamic Green #01B40D

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 180 (70.7% from 255) = 92.78%

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 0.52%
G = 92.78%
B = 6.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#01B40D (or 0x01B40D) is known color: Islamic Green. HEX triplet: 01, B4 and 0D. RGB value is (1,180,13). Sum of RGB (Red+Green+Blue) = 1+180+13=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 180 (70.70% from 255 or 92.78% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 180 - color contains mainly: green. Hex color #01B40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B40D is #FE4BF2. Grayscale: #6B6B6B. Windows color (decimal): -16665587 or 898049. OLE color: 898049.

HSL color Cylindrical-coordinate representation of color #01B40D: hue angle of 124.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B40D is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 13 -
CMYK 0.99 0 0.93 0.29
HSL 124.02º 0.99% 0.35% -
HSV(B) 124.02º 0.99% 0.71% -
XYZ 16.41 32.68 5.82 -
YUV 107.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 1 180 13 0.99 0 0.93 0.29 124.02 0.99 0.35
Hex 1 B4 D 63 0 5D 1D 7C 63 23
Octal 1 264 15 143 0 135 35 174 143 43
Binary 1 10110100 1101 1100011 0 1011101 11101 1111100 1100011 100011

Color Harmonies of #01B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B40D

Black with #01B40D

Text Example


Text Example

White with #01B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B40D; }

 p { color: rgb(1,180,13); }

 H1.HeaderClassName
 {
   color: #01B40D;
 }
 .AnyTagClassName
 {
   color: #01B40D;
 }
</style>

background-color css

<style>
 a { background-color: #01B40D; }

 a { background-color: rgb(1,180,13); }

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

border-color css

<style>
 span { border-color: #01B40D; }

 span { border-color: rgb(1,180,13); }

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