Html Css Color HEX #00C249 Dark Pastel Green

📋 copy color: '#00C249'

red 0 ◦ green 194 ◦ blue 73

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

Shades of Dark Pastel Green #00C249

Tints of Dark Pastel Green #00C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 72.66%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 0%
G = 72.66%
B = 27.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#00C249 (or 0x00C249) is known color: Dark Pastel Green. HEX triplet: 00, C2 and 49. RGB value is (0,194,73). Sum of RGB (Red+Green+Blue) = 0+194+73=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #00C249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C249 is #FF3DB6. Grayscale: #7A7A7A. Windows color (decimal): -16727479 or 4833792. OLE color: 4833792.

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

Color convert

RGB 0 194 73 -
CMYK 1 0 0.62 0.24
HSL 142.58º 1% 0.38% -
HSV(B) 142.58º 1% 0.76% -
XYZ 20.49 39.06 12.76 -
YUV 122.2 100.23 40.84 -
System Red Green Blue C M Y K H S L
Decimal 0 194 73 1 0 0.62 0.24 142.58 1 0.38
Hex 0 C2 49 64 0 3E 18 8F 64 26
Octal 0 302 111 144 0 76 30 217 144 46
Binary 0 11000010 1001001 1100100 0 111110 11000 10001111 1100100 100110

Color Harmonies of #00C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C249

Black with #00C249

Text Example


Text Example

White with #00C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,194,73); }

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

background-color css

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

 a { background-color: rgb(0,194,73); }

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

border-color css

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

 span { border-color: rgb(0,194,73); }

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