Html Css Color HEX #0DC302 Islamic Green

📋 copy color: '#0DC302'

red 13 ◦ green 195 ◦ blue 2

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

Shades of Islamic Green #0DC302

Tints of Islamic Green #0DC302

RGB

 RED value IS 13 (5.47% from 255) = 6.19%

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 6.19%
G = 92.86%
B = 0.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0DC302 (or 0x0DC302) is known color: Islamic Green. HEX triplet: 0D, C3 and 02. RGB value is (13,195,2). Sum of RGB (Red+Green+Blue) = 13+195+2=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 195 (76.56% from 255 or 92.86% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC302 is #F23CFD. Grayscale: #777777. Windows color (decimal): -15875326 or 181005. OLE color: 181005.

HSL color Cylindrical-coordinate representation of color #0DC302: hue angle of 116.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DC302 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 2 -
CMYK 0.93 0 0.99 0.24
HSL 116.58º 0.98% 0.39% -
HSV(B) 116.58º 0.99% 0.76% -
XYZ 19.69 39.12 6.57 -
YUV 118.58 62.2 52.69 -
System Red Green Blue C M Y K H S L
Decimal 13 195 2 0.93 0 0.99 0.24 116.58 0.98 0.39
Hex D C3 2 5D 0 63 18 75 62 27
Octal 15 303 2 135 0 143 30 165 142 47
Binary 1101 11000011 10 1011101 0 1100011 11000 1110101 1100010 100111

Color Harmonies of #0DC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC302

Black with #0DC302

Text Example


Text Example

White with #0DC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC302; }

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

 H1.HeaderClassName
 {
   color: #0DC302;
 }
 .AnyTagClassName
 {
   color: #0DC302;
 }
</style>

background-color css

<style>
 a { background-color: #0DC302; }

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

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

border-color css

<style>
 span { border-color: #0DC302; }

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

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