Html Css Color HEX #07B529 Dark Pastel Green

📋 copy color: '#07B529'

red 7 ◦ green 181 ◦ blue 41

#07B529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #07B529

Tints of Dark Pastel Green #07B529

RGB

 RED value IS 7 (3.13% from 255) = 3.06%

 GREEN value IS 181 (71.09% from 255) = 79.04%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 3.06%
G = 79.04%
B = 17.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#07B529 (or 0x07B529) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 29. RGB value is (7,181,41). Sum of RGB (Red+Green+Blue) = 7+181+41=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #07B529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B529 is #F84AD6. Grayscale: #717171. Windows color (decimal): -16272087 or 2733319. OLE color: 2733319.

HSL color Cylindrical-coordinate representation of color #07B529: hue angle of 131.72º 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 #07B529 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 181 41 -
CMYK 0.96 0 0.77 0.29
HSL 131.72º 0.93% 0.37% -
HSV(B) 131.72º 0.96% 0.71% -
XYZ 17.01 33.25 7.62 -
YUV 113.01 87.35 52.38 -
System Red Green Blue C M Y K H S L
Decimal 7 181 41 0.96 0 0.77 0.29 131.72 0.93 0.37
Hex 7 B5 29 60 0 4D 1D 84 5D 25
Octal 7 265 51 140 0 115 35 204 135 45
Binary 111 10110101 101001 1100000 0 1001101 11101 10000100 1011101 100101

Color Harmonies of #07B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B529

Black with #07B529

Text Example


Text Example

White with #07B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07B529;
 }
 .AnyTagClassName
 {
   color: #07B529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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