Html Css Color HEX #00C307 Islamic Green

📋 copy color: '#00C307'

red 0 ◦ green 195 ◦ blue 7

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

Shades of Islamic Green #00C307

Tints of Islamic Green #00C307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 96.53%

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 0%
G = 96.53%
B = 3.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#00C307 (or 0x00C307) is known color: Islamic Green. HEX triplet: 00, C3 and 07. RGB value is (0,195,7). Sum of RGB (Red+Green+Blue) = 0+195+7=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 195 (76.56% from 255 or 96.53% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 195 - color contains mainly: green. Hex color #00C307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C307 is #FF3CF8. Grayscale: #737373. Windows color (decimal): -16727289 or 508672. OLE color: 508672.

HSL color Cylindrical-coordinate representation of color #00C307: hue angle of 122.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C307 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 195 7 -
CMYK 1 0 0.96 0.24
HSL 122.15º 1% 0.38% -
HSV(B) 122.15º 1% 0.76% -
XYZ 19.55 39.05 6.71 -
YUV 115.26 66.9 45.79 -
System Red Green Blue C M Y K H S L
Decimal 0 195 7 1 0 0.96 0.24 122.15 1 0.38
Hex 0 C3 7 64 0 60 18 7A 64 26
Octal 0 303 7 144 0 140 30 172 144 46
Binary 0 11000011 111 1100100 0 1100000 11000 1111010 1100100 100110

Color Harmonies of #00C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C307

Black with #00C307

Text Example


Text Example

White with #00C307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,195,7); }

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

background-color css

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

 a { background-color: rgb(0,195,7); }

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

border-color css

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

 span { border-color: rgb(0,195,7); }

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