Html Css Color HEX #07BA1F Dark Pastel Green

📋 copy color: '#07BA1F'

red 7 ◦ green 186 ◦ blue 31

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

Shades of Dark Pastel Green #07BA1F

Tints of Dark Pastel Green #07BA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 3.13%
G = 83.04%
B = 13.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#07BA1F (or 0x07BA1F) is known color: Dark Pastel Green. HEX triplet: 07, BA and 1F. RGB value is (7,186,31). Sum of RGB (Red+Green+Blue) = 7+186+31=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA1F is #F845E0. Grayscale: #737373. Windows color (decimal): -16270817 or 2079239. OLE color: 2079239.

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

Color convert

RGB 7 186 31 -
CMYK 0.96 0 0.83 0.27
HSL 128.04º 0.93% 0.38% -
HSV(B) 128.04º 0.96% 0.73% -
XYZ 17.89 35.26 7.16 -
YUV 114.81 80.7 51.1 -
System Red Green Blue C M Y K H S L
Decimal 7 186 31 0.96 0 0.83 0.27 128.04 0.93 0.38
Hex 7 BA 1F 60 0 53 1B 80 5D 26
Octal 7 272 37 140 0 123 33 200 135 46
Binary 111 10111010 11111 1100000 0 1010011 11011 10000000 1011101 100110

Color Harmonies of #07BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA1F

Black with #07BA1F

Text Example


Text Example

White with #07BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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