Html Css Color HEX #00261B Dark Green

📋 copy color: '#00261B'

red 0 ◦ green 38 ◦ blue 27

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

Shades of Dark Green #00261B

Tints of Dark Green #00261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 41.54%

R = 0%
G = 58.46%
B = 41.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#00261B (or 0x00261B) is known color: Dark Green. HEX triplet: 00, 26 and 1B. RGB value is (0,38,27). Sum of RGB (Red+Green+Blue) = 0+38+27=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #00261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00261B is #FFD9E4. Grayscale: #191919. Windows color (decimal): -16767461 or 1779200. OLE color: 1779200.

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

Color convert

RGB 0 38 27 -
CMYK 1 0 0.29 0.85
HSL 162.63º 1% 0.07% -
HSV(B) 162.63º 1% 0.15% -
XYZ 0.89 1.47 1.27 -
YUV 25.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 0 38 27 1 0 0.29 0.85 162.63 1 0.07
Hex 0 26 1B 64 0 1D 55 A3 64 7
Octal 0 46 33 144 0 35 125 243 144 7
Binary 0 100110 11011 1100100 0 11101 1010101 10100011 1100100 111

Color Harmonies of #00261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00261B

Black with #00261B

Text Example


Text Example

White with #00261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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