#07B541

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

Shades of Dark Pastel Green #07B541

Tints of Dark Pastel Green #07B541

Color information

#07B541 (or 0x07B541) is unknown color: approx Dark Pastel Green. HEX triplet: 07, B5 and 41. RGB value is (7,181,65). Sum of RGB (Red+Green+Blue) = 7+181+65=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #07B541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B541 is #F84ABE. Grayscale: #747474. Windows color (decimal): -16272063 or 4306183. OLE color: 4306183.

HSL color Cylindrical-coordinate representation of color #07B541: hue angle of 140º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B541 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB718165-
CMYK0.9600.640.29
HSL140º92.55%36.86%-
HSV(B)140º96.13%70.98%-
XYZ17.5733.4710.54-
YUV115.7599.3550.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.77%
GREEN value IS 181 (71.09% from 255) = 71.54%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=2.77%
G=71.54%
B=25.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7181650.9600.640.2914092.5536.86
Hex7B541600401D8c5d25
Octal726510114001003521413545
Binary11110110101100000111000000100000011101100011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,181,65); }

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

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

 a { background-color: rgb(7,181,65); }

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

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

 span { border-color: rgb(7,181,65); }

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