Html Css Color HEX #00311A Dark Green

📋 copy color: '#00311A'

red 0 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #00311A

Tints of Dark Green #00311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 65.33%

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

R = 0%
G = 65.33%
B = 34.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#00311A (or 0x00311A) is known color: Dark Green. HEX triplet: 00, 31 and 1A. RGB value is (0,49,26). Sum of RGB (Red+Green+Blue) = 0+49+26=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #00311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00311A is #FFCEE5. Grayscale: #1F1F1F. Windows color (decimal): -16764646 or 1716480. OLE color: 1716480.

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

Color convert

RGB 0 49 26 -
CMYK 1 0 0.47 0.81
HSL 151.84º 1% 0.1% -
HSV(B) 151.84º 1% 0.19% -
XYZ 1.28 2.27 1.35 -
YUV 31.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 0 49 26 1 0 0.47 0.81 151.84 1 0.1
Hex 0 31 1A 64 0 2F 51 98 64 A
Octal 0 61 32 144 0 57 121 230 144 12
Binary 0 110001 11010 1100100 0 101111 1010001 10011000 1100100 1010

Color Harmonies of #00311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00311A

Black with #00311A

Text Example


Text Example

White with #00311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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