Html Css Color HEX #07BA35 Dark Pastel Green

📋 copy color: '#07BA35'

red 7 ◦ green 186 ◦ blue 53

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

Shades of Dark Pastel Green #07BA35

Tints of Dark Pastel Green #07BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 2.85%
G = 75.61%
B = 21.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#07BA35 (or 0x07BA35) is known color: Dark Pastel Green. HEX triplet: 07, BA and 35. RGB value is (7,186,53). Sum of RGB (Red+Green+Blue) = 7+186+53=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA35 is #F845CA. Grayscale: #757575. Windows color (decimal): -16270795 or 3521031. OLE color: 3521031.

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

Color convert

RGB 7 186 53 -
CMYK 0.96 0 0.72 0.27
HSL 135.42º 0.93% 0.38% -
HSV(B) 135.42º 0.96% 0.73% -
XYZ 18.29 35.42 9.24 -
YUV 117.32 91.7 49.31 -
System Red Green Blue C M Y K H S L
Decimal 7 186 53 0.96 0 0.72 0.27 135.42 0.93 0.38
Hex 7 BA 35 60 0 48 1B 87 5D 26
Octal 7 272 65 140 0 110 33 207 135 46
Binary 111 10111010 110101 1100000 0 1001000 11011 10000111 1011101 100110

Color Harmonies of #07BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA35

Black with #07BA35

Text Example


Text Example

White with #07BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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