Html Css Color HEX #07382F Dark Green

📋 copy color: '#07382F'

red 7 ◦ green 56 ◦ blue 47

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

Shades of Dark Green #07382F

Tints of Dark Green #07382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.91%

 BLUE value IS 47 (18.75% from 255) = 42.73%

R = 6.36%
G = 50.91%
B = 42.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#07382F (or 0x07382F) is known color: Dark Green. HEX triplet: 07, 38 and 2F. RGB value is (7,56,47). Sum of RGB (Red+Green+Blue) = 7+56+47=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #07382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07382F is #F8C7D0. Grayscale: #282828. Windows color (decimal): -16304081 or 3094535. OLE color: 3094535.

HSL color Cylindrical-coordinate representation of color #07382F: hue angle of 168.98º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07382F is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 56 47 -
CMYK 0.88 0 0.16 0.78
HSL 168.98º 0.78% 0.12% -
HSV(B) 168.98º 0.88% 0.22% -
XYZ 2.01 3.08 3.18 -
YUV 40.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 7 56 47 0.88 0 0.16 0.78 168.98 0.78 0.12
Hex 7 38 2F 58 0 10 4E A9 4E C
Octal 7 70 57 130 0 20 116 251 116 14
Binary 111 111000 101111 1011000 0 10000 1001110 10101001 1001110 1100

Color Harmonies of #07382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07382F

Black with #07382F

Text Example


Text Example

White with #07382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07382F; }

 p { color: rgb(7,56,47); }

 H1.HeaderClassName
 {
   color: #07382F;
 }
 .AnyTagClassName
 {
   color: #07382F;
 }
</style>

background-color css

<style>
 a { background-color: #07382F; }

 a { background-color: rgb(7,56,47); }

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

border-color css

<style>
 span { border-color: #07382F; }

 span { border-color: rgb(7,56,47); }

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