Html Css Color HEX #00C045 Dark Pastel Green

📋 copy color: '#00C045'

red 0 ◦ green 192 ◦ blue 69

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

Shades of Dark Pastel Green #00C045

Tints of Dark Pastel Green #00C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.56%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 0%
G = 73.56%
B = 26.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#00C045 (or 0x00C045) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 45. RGB value is (0,192,69). Sum of RGB (Red+Green+Blue) = 0+192+69=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #00C045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C045 is #FF3FBA. Grayscale: #787878. Windows color (decimal): -16727995 or 4571136. OLE color: 4571136.

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

Color convert

RGB 0 192 69 -
CMYK 1 0 0.64 0.25
HSL 141.56º 1% 0.38% -
HSV(B) 141.56º 1% 0.75% -
XYZ 19.92 38.13 11.94 -
YUV 120.57 98.89 42 -
System Red Green Blue C M Y K H S L
Decimal 0 192 69 1 0 0.64 0.25 141.56 1 0.38
Hex 0 C0 45 64 0 40 19 8E 64 26
Octal 0 300 105 144 0 100 31 216 144 46
Binary 0 11000000 1000101 1100100 0 1000000 11001 10001110 1100100 100110

Color Harmonies of #00C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C045

Black with #00C045

Text Example


Text Example

White with #00C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,192,69); }

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

background-color css

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

 a { background-color: rgb(0,192,69); }

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

border-color css

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

 span { border-color: rgb(0,192,69); }

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