Html Css Color HEX #07BA32 Dark Pastel Green

📋 copy color: '#07BA32'

red 7 ◦ green 186 ◦ blue 50

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

Shades of Dark Pastel Green #07BA32

Tints of Dark Pastel Green #07BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.54%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 2.88%
G = 76.54%
B = 20.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#07BA32 (or 0x07BA32) is known color: Dark Pastel Green. HEX triplet: 07, BA and 32. RGB value is (7,186,50). Sum of RGB (Red+Green+Blue) = 7+186+50=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA32 is #F845CD. Grayscale: #757575. Windows color (decimal): -16270798 or 3324423. OLE color: 3324423.

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

Color convert

RGB 7 186 50 -
CMYK 0.96 0 0.73 0.27
HSL 134.41º 0.93% 0.38% -
HSV(B) 134.41º 0.96% 0.73% -
XYZ 18.22 35.39 8.89 -
YUV 116.98 90.2 49.56 -
System Red Green Blue C M Y K H S L
Decimal 7 186 50 0.96 0 0.73 0.27 134.41 0.93 0.38
Hex 7 BA 32 60 0 49 1B 86 5D 26
Octal 7 272 62 140 0 111 33 206 135 46
Binary 111 10111010 110010 1100000 0 1001001 11011 10000110 1011101 100110

Color Harmonies of #07BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA32

Black with #07BA32

Text Example


Text Example

White with #07BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,50); }

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

background-color css

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

 a { background-color: rgb(7,186,50); }

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

border-color css

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

 span { border-color: rgb(7,186,50); }

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