Html Css Color HEX #07933C Pigment Green

📋 copy color: '#07933C'

red 7 ◦ green 147 ◦ blue 60

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

Shades of Pigment Green #07933C

Tints of Pigment Green #07933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.69%

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 3.27%
G = 68.69%
B = 28.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#07933C (or 0x07933C) is known color: Pigment Green. HEX triplet: 07, 93 and 3C. RGB value is (7,147,60). Sum of RGB (Red+Green+Blue) = 7+147+60=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #07933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07933C is #F86CC3. Grayscale: #5F5F5F. Windows color (decimal): -16280772 or 3969799. OLE color: 3969799.

HSL color Cylindrical-coordinate representation of color #07933C: hue angle of 142.71º 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 #07933C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 147 60 -
CMYK 0.95 0 0.59 0.42
HSL 142.71º 0.91% 0.3% -
HSV(B) 142.71º 0.95% 0.58% -
XYZ 11.34 21.24 7.78 -
YUV 95.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 7 147 60 0.95 0 0.59 0.42 142.71 0.91 0.3
Hex 7 93 3C 5F 0 3B 2A 8F 5B 1E
Octal 7 223 74 137 0 73 52 217 133 36
Binary 111 10010011 111100 1011111 0 111011 101010 10001111 1011011 11110

Color Harmonies of #07933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07933C

Black with #07933C

Text Example


Text Example

White with #07933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07933C; }

 p { color: rgb(7,147,60); }

 H1.HeaderClassName
 {
   color: #07933C;
 }
 .AnyTagClassName
 {
   color: #07933C;
 }
</style>

background-color css

<style>
 a { background-color: #07933C; }

 a { background-color: rgb(7,147,60); }

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

border-color css

<style>
 span { border-color: #07933C; }

 span { border-color: rgb(7,147,60); }

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