Html Css Color HEX #07943A Pigment Green

📋 copy color: '#07943A'

red 7 ◦ green 148 ◦ blue 58

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

Shades of Pigment Green #07943A

Tints of Pigment Green #07943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.48%

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

R = 3.29%
G = 69.48%
B = 27.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#07943A (or 0x07943A) is known color: Pigment Green. HEX triplet: 07, 94 and 3A. RGB value is (7,148,58). Sum of RGB (Red+Green+Blue) = 7+148+58=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #07943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07943A is #F86BC5. Grayscale: #5F5F5F. Windows color (decimal): -16280518 or 3838983. OLE color: 3838983.

HSL color Cylindrical-coordinate representation of color #07943A: hue angle of 141.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07943A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 148 58 -
CMYK 0.95 0 0.61 0.42
HSL 141.7º 0.91% 0.3% -
HSV(B) 141.7º 0.95% 0.58% -
XYZ 11.44 21.53 7.56 -
YUV 95.58 106.79 64.82 -
System Red Green Blue C M Y K H S L
Decimal 7 148 58 0.95 0 0.61 0.42 141.7 0.91 0.3
Hex 7 94 3A 5F 0 3D 2A 8E 5B 1E
Octal 7 224 72 137 0 75 52 216 133 36
Binary 111 10010100 111010 1011111 0 111101 101010 10001110 1011011 11110

Color Harmonies of #07943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07943A

Black with #07943A

Text Example


Text Example

White with #07943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07943A; }

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

 H1.HeaderClassName
 {
   color: #07943A;
 }
 .AnyTagClassName
 {
   color: #07943A;
 }
</style>

background-color css

<style>
 a { background-color: #07943A; }

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

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

border-color css

<style>
 span { border-color: #07943A; }

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

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