Html Css Color HEX #07BC2D Dark Pastel Green

📋 copy color: '#07BC2D'

red 7 ◦ green 188 ◦ blue 45

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

Shades of Dark Pastel Green #07BC2D

Tints of Dark Pastel Green #07BC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.33%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 2.92%
G = 78.33%
B = 18.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#07BC2D (or 0x07BC2D) is known color: Dark Pastel Green. HEX triplet: 07, BC and 2D. RGB value is (7,188,45). Sum of RGB (Red+Green+Blue) = 7+188+45=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC2D is #F843D2. Grayscale: #757575. Windows color (decimal): -16270291 or 2997255. OLE color: 2997255.

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

Color convert

RGB 7 188 45 -
CMYK 0.96 0 0.76 0.26
HSL 132.6º 0.93% 0.38% -
HSV(B) 132.6º 0.96% 0.74% -
XYZ 18.54 36.2 8.49 -
YUV 117.58 87.03 49.13 -
System Red Green Blue C M Y K H S L
Decimal 7 188 45 0.96 0 0.76 0.26 132.6 0.93 0.38
Hex 7 BC 2D 60 0 4C 1A 85 5D 26
Octal 7 274 55 140 0 114 32 205 135 46
Binary 111 10111100 101101 1100000 0 1001100 11010 10000101 1011101 100110

Color Harmonies of #07BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC2D

Black with #07BC2D

Text Example


Text Example

White with #07BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,45); }

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

background-color css

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

 a { background-color: rgb(7,188,45); }

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

border-color css

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

 span { border-color: rgb(7,188,45); }

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