Html Css Color HEX #07BC3A Dark Pastel Green

📋 copy color: '#07BC3A'

red 7 ◦ green 188 ◦ blue 58

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

Shades of Dark Pastel Green #07BC3A

Tints of Dark Pastel Green #07BC3A

RGB

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

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

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

R = 2.77%
G = 74.31%
B = 22.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#07BC3A (or 0x07BC3A) is known color: Dark Pastel Green. HEX triplet: 07, BC and 3A. RGB value is (7,188,58). Sum of RGB (Red+Green+Blue) = 7+188+58=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BC3A is #F843C5. Grayscale: #777777. Windows color (decimal): -16270278 or 3849223. OLE color: 3849223.

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

Color convert

RGB 7 188 58 -
CMYK 0.96 0 0.69 0.26
HSL 136.91º 0.93% 0.38% -
HSV(B) 136.91º 0.96% 0.74% -
XYZ 18.83 36.32 10.02 -
YUV 119.06 93.53 48.07 -
System Red Green Blue C M Y K H S L
Decimal 7 188 58 0.96 0 0.69 0.26 136.91 0.93 0.38
Hex 7 BC 3A 60 0 45 1A 89 5D 26
Octal 7 274 72 140 0 105 32 211 135 46
Binary 111 10111100 111010 1100000 0 1000101 11010 10001001 1011101 100110

Color Harmonies of #07BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC3A

Black with #07BC3A

Text Example


Text Example

White with #07BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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