Html Css Color HEX #07BA1E Dark Pastel Green

📋 copy color: '#07BA1E'

red 7 ◦ green 186 ◦ blue 30

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

Shades of Dark Pastel Green #07BA1E

Tints of Dark Pastel Green #07BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 3.14%
G = 83.41%
B = 13.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#07BA1E (or 0x07BA1E) is known color: Dark Pastel Green. HEX triplet: 07, BA and 1E. RGB value is (7,186,30). Sum of RGB (Red+Green+Blue) = 7+186+30=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA1E is #F845E1. Grayscale: #737373. Windows color (decimal): -16270818 or 2013703. OLE color: 2013703.

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

Color convert

RGB 7 186 30 -
CMYK 0.96 0 0.84 0.27
HSL 127.71º 0.93% 0.38% -
HSV(B) 127.71º 0.96% 0.73% -
XYZ 17.88 35.26 7.09 -
YUV 114.7 80.2 51.18 -
System Red Green Blue C M Y K H S L
Decimal 7 186 30 0.96 0 0.84 0.27 127.71 0.93 0.38
Hex 7 BA 1E 60 0 54 1B 80 5D 26
Octal 7 272 36 140 0 124 33 200 135 46
Binary 111 10111010 11110 1100000 0 1010100 11011 10000000 1011101 100110

Color Harmonies of #07BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA1E

Black with #07BA1E

Text Example


Text Example

White with #07BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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