Html Css Color HEX #00261A Dark Green

📋 copy color: '#00261A'

red 0 ◦ green 38 ◦ blue 26

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

Shades of Dark Green #00261A

Tints of Dark Green #00261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40.63%

R = 0%
G = 59.38%
B = 40.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#00261A (or 0x00261A) is known color: Dark Green. HEX triplet: 00, 26 and 1A. RGB value is (0,38,26). Sum of RGB (Red+Green+Blue) = 0+38+26=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #00261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00261A is #FFD9E5. Grayscale: #191919. Windows color (decimal): -16767462 or 1713664. OLE color: 1713664.

HSL color Cylindrical-coordinate representation of color #00261A: hue angle of 161.05º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00261A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 38 26 -
CMYK 1 0 0.32 0.85
HSL 161.05º 1% 0.07% -
HSV(B) 161.05º 1% 0.15% -
XYZ 0.88 1.46 1.21 -
YUV 25.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 0 38 26 1 0 0.32 0.85 161.05 1 0.07
Hex 0 26 1A 64 0 20 55 A1 64 7
Octal 0 46 32 144 0 40 125 241 144 7
Binary 0 100110 11010 1100100 0 100000 1010101 10100001 1100100 111

Color Harmonies of #00261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00261A

Black with #00261A

Text Example


Text Example

White with #00261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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