Html Css Color HEX #07BE2D Dark Pastel Green

📋 copy color: '#07BE2D'

red 7 ◦ green 190 ◦ blue 45

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

Shades of Dark Pastel Green #07BE2D

Tints of Dark Pastel Green #07BE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 78.51%

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

R = 2.89%
G = 78.51%
B = 18.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#07BE2D (or 0x07BE2D) is known color: Dark Pastel Green. HEX triplet: 07, BE and 2D. RGB value is (7,190,45). Sum of RGB (Red+Green+Blue) = 7+190+45=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 190 (74.61% from 255 or 78.51% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE2D is #F841D2. Grayscale: #777777. Windows color (decimal): -16269779 or 2997767. OLE color: 2997767.

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

Color convert

RGB 7 190 45 -
CMYK 0.96 0 0.76 0.25
HSL 132.46º 0.93% 0.39% -
HSV(B) 132.46º 0.96% 0.75% -
XYZ 18.97 37.06 8.64 -
YUV 118.75 86.37 48.29 -
System Red Green Blue C M Y K H S L
Decimal 7 190 45 0.96 0 0.76 0.25 132.46 0.93 0.39
Hex 7 BE 2D 60 0 4C 19 84 5D 27
Octal 7 276 55 140 0 114 31 204 135 47
Binary 111 10111110 101101 1100000 0 1001100 11001 10000100 1011101 100111

Color Harmonies of #07BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE2D

Black with #07BE2D

Text Example


Text Example

White with #07BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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