Html Css Color HEX #07302A Dark Green

📋 copy color: '#07302A'

red 7 ◦ green 48 ◦ blue 42

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

Shades of Dark Green #07302A

Tints of Dark Green #07302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 42 (16.8% from 255) = 43.3%

R = 7.22%
G = 49.48%
B = 43.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#07302A (or 0x07302A) is known color: Dark Green. HEX triplet: 07, 30 and 2A. RGB value is (7,48,42). Sum of RGB (Red+Green+Blue) = 7+48+42=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #07302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07302A is #F8CFD5. Grayscale: #232323. Windows color (decimal): -16306134 or 2764807. OLE color: 2764807.

HSL color Cylindrical-coordinate representation of color #07302A: hue angle of 171.22º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07302A is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 42 -
CMYK 0.85 0 0.13 0.81
HSL 171.22º 0.75% 0.11% -
HSV(B) 171.22º 0.85% 0.19% -
XYZ 1.56 2.33 2.56 -
YUV 35.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 7 48 42 0.85 0 0.13 0.81 171.22 0.75 0.11
Hex 7 30 2A 55 0 D 51 AB 4B B
Octal 7 60 52 125 0 15 121 253 113 13
Binary 111 110000 101010 1010101 0 1101 1010001 10101011 1001011 1011

Color Harmonies of #07302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07302A

Black with #07302A

Text Example


Text Example

White with #07302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,48,42); }

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

background-color css

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

 a { background-color: rgb(7,48,42); }

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

border-color css

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

 span { border-color: rgb(7,48,42); }

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