#00CE2F

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

Shades of Dark Pastel Green #00CE2F

Tints of Dark Pastel Green #00CE2F

Color information

#00CE2F (or 0x00CE2F) is unknown color: approx Dark Pastel Green. HEX triplet: 00, CE and 2F. RGB value is (0,206,47). Sum of RGB (Red+Green+Blue) = 0+206+47=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE2F is #FF31D0. Grayscale: #7E7E7E. Windows color (decimal): -16724433 or 3132928. OLE color: 3132928.

HSL color Cylindrical-coordinate representation of color #00CE2F: hue angle of 133.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE2F is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB020647-
CMYK100.770.19
HSL133.69º100%40.39%-
HSV(B)133.69º100%80.78%-
XYZ22.5844.3510.06-
YUV126.2883.2537.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 81.42%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=0%
G=81.42%
B=18.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal020647100.770.19133.6910040.39
Hex0CE2F6404D13866428
Octal03165714401152320614450
Binary01100111010111111001000100110110011100001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,47); }

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

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

 a { background-color: rgb(0,206,47); }

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

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

 span { border-color: rgb(0,206,47); }

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