Html Css Color HEX #07BF3A Dark Pastel Green

📋 copy color: '#07BF3A'

red 7 ◦ green 191 ◦ blue 58

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

Shades of Dark Pastel Green #07BF3A

Tints of Dark Pastel Green #07BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 74.61%

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

R = 2.73%
G = 74.61%
B = 22.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#07BF3A (or 0x07BF3A) is known color: Dark Pastel Green. HEX triplet: 07, BF and 3A. RGB value is (7,191,58). Sum of RGB (Red+Green+Blue) = 7+191+58=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BF3A is #F840C5. Grayscale: #797979. Windows color (decimal): -16269510 or 3849991. OLE color: 3849991.

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

Color convert

RGB 7 191 58 -
CMYK 0.96 0 0.70 0.25
HSL 136.63º 0.93% 0.39% -
HSV(B) 136.63º 0.96% 0.75% -
XYZ 19.48 37.61 10.24 -
YUV 120.82 92.54 46.81 -
System Red Green Blue C M Y K H S L
Decimal 7 191 58 0.96 0 0.70 0.25 136.63 0.93 0.39
Hex 7 BF 3A 60 0 46 19 89 5D 27
Octal 7 277 72 140 0 106 31 211 135 47
Binary 111 10111111 111010 1100000 0 1000110 11001 10001001 1011101 100111

Color Harmonies of #07BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BF3A

Black with #07BF3A

Text Example


Text Example

White with #07BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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