Html Css Color HEX #07A348 Pigment Green

📋 copy color: '#07A348'

red 7 ◦ green 163 ◦ blue 72

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

Shades of Pigment Green #07A348

Tints of Pigment Green #07A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 67.36%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 2.89%
G = 67.36%
B = 29.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#07A348 (or 0x07A348) is known color: Pigment Green. HEX triplet: 07, A3 and 48. RGB value is (7,163,72). Sum of RGB (Red+Green+Blue) = 7+163+72=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #07A348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A348 is #F85CB7. Grayscale: #6A6A6A. Windows color (decimal): -16276664 or 4760327. OLE color: 4760327.

HSL color Cylindrical-coordinate representation of color #07A348: hue angle of 145º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A348 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 163 72 -
CMYK 0.96 0 0.56 0.36
HSL 145º 0.92% 0.33% -
HSV(B) 145º 0.96% 0.64% -
XYZ 14.35 26.71 10.53 -
YUV 105.98 108.82 57.4 -
System Red Green Blue C M Y K H S L
Decimal 7 163 72 0.96 0 0.56 0.36 145 0.92 0.33
Hex 7 A3 48 60 0 38 24 91 5C 21
Octal 7 243 110 140 0 70 44 221 134 41
Binary 111 10100011 1001000 1100000 0 111000 100100 10010001 1011100 100001

Color Harmonies of #07A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A348

Black with #07A348

Text Example


Text Example

White with #07A348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,163,72); }

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

background-color css

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

 a { background-color: rgb(7,163,72); }

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

border-color css

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

 span { border-color: rgb(7,163,72); }

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