Html Css Color HEX #003026 Dark Green

📋 copy color: '#003026'

red 0 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #003026

Tints of Dark Green #003026

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 38 (15.23% from 255) = 44.19%

R = 0%
G = 55.81%
B = 44.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#003026 (or 0x003026) is known color: Dark Green. HEX triplet: 00, 30 and 26. RGB value is (0,48,38). Sum of RGB (Red+Green+Blue) = 0+48+38=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #003026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003026 is #FFCFD9. Grayscale: #202020. Windows color (decimal): -16764890 or 2502656. OLE color: 2502656.

HSL color Cylindrical-coordinate representation of color #003026: hue angle of 167.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003026 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 38 -
CMYK 1 0 0.21 0.81
HSL 167.5º 1% 0.09% -
HSV(B) 167.5º 1% 0.19% -
XYZ 1.41 2.25 2.19 -
YUV 32.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 0 48 38 1 0 0.21 0.81 167.5 1 0.09
Hex 0 30 26 64 0 15 51 A8 64 9
Octal 0 60 46 144 0 25 121 250 144 11
Binary 0 110000 100110 1100100 0 10101 1010001 10101000 1100100 1001

Color Harmonies of #003026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003026

Black with #003026

Text Example


Text Example

White with #003026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003026; }

 p { color: rgb(0,48,38); }

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

background-color css

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

 a { background-color: rgb(0,48,38); }

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

border-color css

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

 span { border-color: rgb(0,48,38); }

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