Html Css Color HEX #00B312 Islamic Green

📋 copy color: '#00B312'

red 0 ◦ green 179 ◦ blue 18

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

Shades of Islamic Green #00B312

Tints of Islamic Green #00B312

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 179 (70.31% from 255) = 90.86%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 0%
G = 90.86%
B = 9.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#00B312 (or 0x00B312) is known color: Islamic Green. HEX triplet: 00, B3 and 12. RGB value is (0,179,18). Sum of RGB (Red+Green+Blue) = 0+179+18=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 179 (70.31% from 255 or 90.86% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 179 - color contains mainly: green. Hex color #00B312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B312 is #FF4CED. Grayscale: #6B6B6B. Windows color (decimal): -16731374 or 1225472. OLE color: 1225472.

HSL color Cylindrical-coordinate representation of color #00B312: hue angle of 126.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B312 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 18 -
CMYK 1 0 0.90 0.30
HSL 126.03º 1% 0.35% -
HSV(B) 126.03º 1% 0.7% -
XYZ 16.23 32.28 5.95 -
YUV 107.13 77.7 51.59 -
System Red Green Blue C M Y K H S L
Decimal 0 179 18 1 0 0.90 0.30 126.03 1 0.35
Hex 0 B3 12 64 0 5A 1E 7E 64 23
Octal 0 263 22 144 0 132 36 176 144 43
Binary 0 10110011 10010 1100100 0 1011010 11110 1111110 1100100 100011

Color Harmonies of #00B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B312

Black with #00B312

Text Example


Text Example

White with #00B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B312; }

 p { color: rgb(0,179,18); }

 H1.HeaderClassName
 {
   color: #00B312;
 }
 .AnyTagClassName
 {
   color: #00B312;
 }
</style>

background-color css

<style>
 a { background-color: #00B312; }

 a { background-color: rgb(0,179,18); }

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

border-color css

<style>
 span { border-color: #00B312; }

 span { border-color: rgb(0,179,18); }

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