#07CA38

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

Shades of Dark Pastel Green #07CA38

Tints of Dark Pastel Green #07CA38

Color information

#07CA38 (or 0x07CA38) is unknown color: approx Dark Pastel Green. HEX triplet: 07, CA and 38. RGB value is (7,202,56). Sum of RGB (Red+Green+Blue) = 7+202+56=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CA38 is #F835C7. Grayscale: #7F7F7F. Windows color (decimal): -16266696 or 3721735. OLE color: 3721735.

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

Color convert

RGB720256-
CMYK0.9700.720.21
HSL135.08º93.3%40.98%-
HSV(B)135.08º96.53%79.22%-
XYZ21.9242.5710.8-
YUV127.0587.942.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=2.64%
G=76.23%
B=21.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7202560.9700.720.21135.0893.340.98
Hex7CA386104815875d29
Octal73127014101102520713551
Binary1111100101011100011000010100100010101100001111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,202,56); }

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

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

 a { background-color: rgb(7,202,56); }

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

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

 span { border-color: rgb(7,202,56); }

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