Html Css Color HEX #00271C Dark Green

📋 copy color: '#00271C'

red 0 ◦ green 39 ◦ blue 28

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

Shades of Dark Green #00271C

Tints of Dark Green #00271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 0%
G = 58.21%
B = 41.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#00271C (or 0x00271C) is known color: Dark Green. HEX triplet: 00, 27 and 1C. RGB value is (0,39,28). Sum of RGB (Red+Green+Blue) = 0+39+28=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #00271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271C is #FFD8E3. Grayscale: #1A1A1A. Windows color (decimal): -16767204 or 1844992. OLE color: 1844992.

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

Color convert

RGB 0 39 28 -
CMYK 1 0 0.28 0.85
HSL 163.08º 1% 0.08% -
HSV(B) 163.08º 1% 0.15% -
XYZ 0.94 1.53 1.35 -
YUV 26.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 0 39 28 1 0 0.28 0.85 163.08 1 0.08
Hex 0 27 1C 64 0 1C 55 A3 64 8
Octal 0 47 34 144 0 34 125 243 144 10
Binary 0 100111 11100 1100100 0 11100 1010101 10100011 1100100 1000

Color Harmonies of #00271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00271C

Black with #00271C

Text Example


Text Example

White with #00271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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