#00C344

Color #00C344 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00C344

Tints of Dark Pastel Green #00C344

Color information

#00C344 (or 0x00C344) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C3 and 44. RGB value is (0,195,68). Sum of RGB (Red+Green+Blue) = 0+195+68=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #00C344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C344 is #FF3CBB. Grayscale: #7A7A7A. Windows color (decimal): -16727228 or 4506368. OLE color: 4506368.

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

Color convert

RGB019568-
CMYK100.650.24
HSL140.92º100%38.24%-
HSV(B)140.92º100%76.47%-
XYZ20.5639.4512-
YUV122.2297.440.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 74.14%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=0%
G=74.14%
B=25.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019568100.650.24140.9210038.24
Hex0C34464041188d6426
Octal030310414401013021514446
Binary011000011100010011001000100000111000100011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C344;
 }
 .AnyTagClassName
 {
   color: #00C344;
 }
</style>
background-color css

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

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

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

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

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

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