#07BD29

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

Shades of Dark Pastel Green #07BD29

Tints of Dark Pastel Green #07BD29

Color information

#07BD29 (or 0x07BD29) is unknown color: approx Dark Pastel Green. HEX triplet: 07, BD and 29. RGB value is (7,189,41). Sum of RGB (Red+Green+Blue) = 7+189+41=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD29 is #F842D6. Grayscale: #767676. Windows color (decimal): -16270039 or 2735367. OLE color: 2735367.

HSL color Cylindrical-coordinate representation of color #07BD29: hue angle of 131.21º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD29 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB718941-
CMYK0.9600.780.26
HSL131.21º92.86%38.43%-
HSV(B)131.21º96.3%74.12%-
XYZ18.6936.68.18-
YUV117.7184.749.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 189 (74.22% from 255) = 79.75%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=2.95%
G=79.75%
B=17.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7189410.9600.780.26131.2192.8638.43
Hex7BD296004E1A835d26
Octal72755114001163220313546
Binary1111011110110100111000000100111011010100000111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,189,41); }

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

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

 a { background-color: rgb(7,189,41); }

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

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

 span { border-color: rgb(7,189,41); }

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