Html Css Color HEX #07261E Dark Green

📋 copy color: '#07261E'

red 7 ◦ green 38 ◦ blue 30

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

Shades of Dark Green #07261E

Tints of Dark Green #07261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

 BLUE value IS 30 (12.11% from 255) = 40%

R = 9.33%
G = 50.67%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#07261E (or 0x07261E) is known color: Dark Green. HEX triplet: 07, 26 and 1E. RGB value is (7,38,30). Sum of RGB (Red+Green+Blue) = 7+38+30=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #07261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261E is #F8D9E1. Grayscale: #1B1B1B. Windows color (decimal): -16308706 or 1975815. OLE color: 1975815.

HSL color Cylindrical-coordinate representation of color #07261E: hue angle of 164.52º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07261E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 30 -
CMYK 0.82 0 0.21 0.85
HSL 164.52º 0.69% 0.09% -
HSV(B) 164.52º 0.82% 0.15% -
XYZ 1.02 1.53 1.47 -
YUV 27.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 7 38 30 0.82 0 0.21 0.85 164.52 0.69 0.09
Hex 7 26 1E 52 0 15 55 A5 45 9
Octal 7 46 36 122 0 25 125 245 105 11
Binary 111 100110 11110 1010010 0 10101 1010101 10100101 1000101 1001

Color Harmonies of #07261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07261E

Black with #07261E

Text Example


Text Example

White with #07261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07261E; }

 p { color: rgb(7,38,30); }

 H1.HeaderClassName
 {
   color: #07261E;
 }
 .AnyTagClassName
 {
   color: #07261E;
 }
</style>

background-color css

<style>
 a { background-color: #07261E; }

 a { background-color: rgb(7,38,30); }

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

border-color css

<style>
 span { border-color: #07261E; }

 span { border-color: rgb(7,38,30); }

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