Html Css Color HEX #07BE3A Dark Pastel Green

📋 copy color: '#07BE3A'

red 7 ◦ green 190 ◦ blue 58

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

Shades of Dark Pastel Green #07BE3A

Tints of Dark Pastel Green #07BE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 2.75%
G = 74.51%
B = 22.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#07BE3A (or 0x07BE3A) is known color: Dark Pastel Green. HEX triplet: 07, BE and 3A. RGB value is (7,190,58). Sum of RGB (Red+Green+Blue) = 7+190+58=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE3A is #F841C5. Grayscale: #787878. Windows color (decimal): -16269766 or 3849735. OLE color: 3849735.

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

Color convert

RGB 7 190 58 -
CMYK 0.96 0 0.69 0.25
HSL 136.72º 0.93% 0.39% -
HSV(B) 136.72º 0.96% 0.75% -
XYZ 19.26 37.18 10.16 -
YUV 120.24 92.87 47.23 -
System Red Green Blue C M Y K H S L
Decimal 7 190 58 0.96 0 0.69 0.25 136.72 0.93 0.39
Hex 7 BE 3A 60 0 45 19 89 5D 27
Octal 7 276 72 140 0 105 31 211 135 47
Binary 111 10111110 111010 1100000 0 1000101 11001 10001001 1011101 100111

Color Harmonies of #07BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE3A

Black with #07BE3A

Text Example


Text Example

White with #07BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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