Html Css Color HEX #00260D Dark Green

📋 copy color: '#00260D'

red 0 ◦ green 38 ◦ blue 13

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

Shades of Dark Green #00260D

Tints of Dark Green #00260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 0%
G = 74.51%
B = 25.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#00260D (or 0x00260D) is known color: Dark Green. HEX triplet: 00, 26 and 0D. RGB value is (0,38,13). Sum of RGB (Red+Green+Blue) = 0+38+13=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #00260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260D is #FFD9F2. Grayscale: #171717. Windows color (decimal): -16767475 or 861696. OLE color: 861696.

HSL color Cylindrical-coordinate representation of color #00260D: hue angle of 140.53º 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 #00260D is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 38 13 -
CMYK 1 0 0.66 0.85
HSL 140.53º 1% 0.07% -
HSV(B) 140.53º 1% 0.15% -
XYZ 0.77 1.42 0.61 -
YUV 23.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 0 38 13 1 0 0.66 0.85 140.53 1 0.07
Hex 0 26 D 64 0 42 55 8D 64 7
Octal 0 46 15 144 0 102 125 215 144 7
Binary 0 100110 1101 1100100 0 1000010 1010101 10001101 1100100 111

Color Harmonies of #00260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00260D

Black with #00260D

Text Example


Text Example

White with #00260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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