Html Css Color HEX #00271B Dark Green

📋 copy color: '#00271B'

red 0 ◦ green 39 ◦ blue 27

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

Shades of Dark Green #00271B

Tints of Dark Green #00271B

RGB

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

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

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

R = 0%
G = 59.09%
B = 40.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#00271B (or 0x00271B) is known color: Dark Green. HEX triplet: 00, 27 and 1B. RGB value is (0,39,27). Sum of RGB (Red+Green+Blue) = 0+39+27=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #00271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271B is #FFD8E4. Grayscale: #191919. Windows color (decimal): -16767205 or 1779456. OLE color: 1779456.

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

Color convert

RGB 0 39 27 -
CMYK 1 0 0.31 0.85
HSL 161.54º 1% 0.08% -
HSV(B) 161.54º 1% 0.15% -
XYZ 0.92 1.53 1.28 -
YUV 25.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 0 39 27 1 0 0.31 0.85 161.54 1 0.08
Hex 0 27 1B 64 0 1F 55 A2 64 8
Octal 0 47 33 144 0 37 125 242 144 10
Binary 0 100111 11011 1100100 0 11111 1010101 10100010 1100100 1000

Color Harmonies of #00271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00271B

Black with #00271B

Text Example


Text Example

White with #00271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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