Html Css Color HEX #00B306 Islamic Green

📋 copy color: '#00B306'

red 0 ◦ green 179 ◦ blue 6

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

Shades of Islamic Green #00B306

Tints of Islamic Green #00B306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 0%
G = 96.76%
B = 3.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#00B306 (or 0x00B306) is known color: Islamic Green. HEX triplet: 00, B3 and 06. RGB value is (0,179,6). Sum of RGB (Red+Green+Blue) = 0+179+6=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 179 (70.31% from 255 or 96.76% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 179 - color contains mainly: green. Hex color #00B306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B306 is #FF4CF9. Grayscale: #6A6A6A. Windows color (decimal): -16731386 or 439040. OLE color: 439040.

HSL color Cylindrical-coordinate representation of color #00B306: hue angle of 122.01º 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 #00B306 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 6 -
CMYK 1 0 0.97 0.30
HSL 122.01º 1% 0.35% -
HSV(B) 122.01º 1% 0.7% -
XYZ 16.15 32.25 5.55 -
YUV 105.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 0 179 6 1 0 0.97 0.30 122.01 1 0.35
Hex 0 B3 6 64 0 61 1E 7A 64 23
Octal 0 263 6 144 0 141 36 172 144 43
Binary 0 10110011 110 1100100 0 1100001 11110 1111010 1100100 100011

Color Harmonies of #00B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B306

Black with #00B306

Text Example


Text Example

White with #00B306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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