#00260B

Color #00260B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00260B

Tints of Dark Green #00260B

Color information

#00260B (or 0x00260B) is unknown color: approx Dark Green. HEX triplet: 00, 26 and 0B. RGB value is (0,38,11). Sum of RGB (Red+Green+Blue) = 0+38+11=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 38 (15.23% from 255 or 77.55% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 38 - color contains mainly: green. Hex color #00260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260B is #FFD9F4. Grayscale: #171717. Windows color (decimal): -16767477 or 730624. OLE color: 730624.

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

Color convert

RGB03811-
CMYK100.710.85
HSL137.37º100%7.45%-
HSV(B)137.37º100%14.9%-
XYZ0.751.410.55-
YUV23.56120.91111.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 77.55%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=0%
G=77.55%
B=22.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03811100.710.85137.371007.45
Hex026B640475589647
Octal0461314401071252111447
Binary010011010111100100010001111010101100010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00260B;
 }
 .AnyTagClassName
 {
   color: #00260B;
 }
</style>
background-color css

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

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

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

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

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

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