Html Css Color HEX #00C30D Islamic Green

📋 copy color: '#00C30D'

red 0 ◦ green 195 ◦ blue 13

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

Shades of Islamic Green #00C30D

Tints of Islamic Green #00C30D

RGB

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

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

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

R = 0%
G = 93.75%
B = 6.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#00C30D (or 0x00C30D) is known color: Islamic Green. HEX triplet: 00, C3 and 0D. RGB value is (0,195,13). Sum of RGB (Red+Green+Blue) = 0+195+13=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 195 (76.56% from 255 or 93.75% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 195 - color contains mainly: green. Hex color #00C30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C30D is #FF3CF2. Grayscale: #747474. Windows color (decimal): -16727283 or 901888. OLE color: 901888.

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

Color convert

RGB 0 195 13 -
CMYK 1 0 0.93 0.24
HSL 124º 1% 0.38% -
HSV(B) 124º 1% 0.76% -
XYZ 19.59 39.06 6.89 -
YUV 115.95 69.9 45.3 -
System Red Green Blue C M Y K H S L
Decimal 0 195 13 1 0 0.93 0.24 124 1 0.38
Hex 0 C3 D 64 0 5D 18 7C 64 26
Octal 0 303 15 144 0 135 30 174 144 46
Binary 0 11000011 1101 1100100 0 1011101 11000 1111100 1100100 100110

Color Harmonies of #00C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C30D

Black with #00C30D

Text Example


Text Example

White with #00C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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