#07CF2B

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

Shades of Dark Pastel Green #07CF2B

Tints of Dark Pastel Green #07CF2B

Color information

#07CF2B (or 0x07CF2B) is unknown color: approx Dark Pastel Green. HEX triplet: 07, CF and 2B. RGB value is (7,207,43). Sum of RGB (Red+Green+Blue) = 7+207+43=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF2B is #F830D4. Grayscale: #808080. Windows color (decimal): -16265429 or 2871047. OLE color: 2871047.

HSL color Cylindrical-coordinate representation of color #07CF2B: hue angle of 130.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF2B is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB720743-
CMYK0.9700.790.19
HSL130.8º93.46%41.96%-
HSV(B)130.8º96.62%81.18%-
XYZ22.8444.859.74-
YUV128.579.7441.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 207 (81.25% from 255) = 80.54%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=2.72%
G=80.54%
B=16.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7207430.9700.790.19130.893.4641.96
Hex7CF2B6104F13835d2a
Octal73175314101172320313552
Binary1111100111110101111000010100111110011100000111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CF2B; }

 p { color: rgb(7,207,43); }

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

<style>
 a { background-color: #07CF2B; }

 a { background-color: rgb(7,207,43); }

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

<style>
 span { border-color: #07CF2B; }

 span { border-color: rgb(7,207,43); }

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