Html Css Color HEX #00271A Dark Green

📋 copy color: '#00271A'

red 0 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #00271A

Tints of Dark Green #00271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 60%

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

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#00271A (or 0x00271A) is known color: Dark Green. HEX triplet: 00, 27 and 1A. RGB value is (0,39,26). Sum of RGB (Red+Green+Blue) = 0+39+26=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #00271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271A is #FFD8E5. Grayscale: #191919. Windows color (decimal): -16767206 or 1713920. OLE color: 1713920.

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

Color convert

RGB 0 39 26 -
CMYK 1 0 0.33 0.85
HSL 160º 1% 0.08% -
HSV(B) 160º 1% 0.15% -
XYZ 0.91 1.53 1.22 -
YUV 25.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 0 39 26 1 0 0.33 0.85 160 1 0.08
Hex 0 27 1A 64 0 21 55 A0 64 8
Octal 0 47 32 144 0 41 125 240 144 10
Binary 0 100111 11010 1100100 0 100001 1010101 10100000 1100100 1000

Color Harmonies of #00271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00271A

Black with #00271A

Text Example


Text Example

White with #00271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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