Html Css Color HEX #01271B Dark Green

📋 copy color: '#01271B'

red 1 ◦ green 39 ◦ blue 27

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

Shades of Dark Green #01271B

Tints of Dark Green #01271B

RGB

 RED value IS 1 (0.78% from 255) = 1.49%

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

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

R = 1.49%
G = 58.21%
B = 40.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#01271B (or 0x01271B) is known color: Dark Green. HEX triplet: 01, 27 and 1B. RGB value is (1,39,27). Sum of RGB (Red+Green+Blue) = 1+39+27=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #01271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271B is #FED8E4. Grayscale: #1A1A1A. Windows color (decimal): -16701669 or 1779457. OLE color: 1779457.

HSL color Cylindrical-coordinate representation of color #01271B: hue angle of 161.05º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01271B is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 27 -
CMYK 0.97 0 0.31 0.85
HSL 161.05º 0.95% 0.08% -
HSV(B) 161.05º 0.97% 0.15% -
XYZ 0.94 1.54 1.28 -
YUV 26.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 1 39 27 0.97 0 0.31 0.85 161.05 0.95 0.08
Hex 1 27 1B 61 0 1F 55 A1 5F 8
Octal 1 47 33 141 0 37 125 241 137 10
Binary 1 100111 11011 1100001 0 11111 1010101 10100001 1011111 1000

Color Harmonies of #01271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01271B

Black with #01271B

Text Example


Text Example

White with #01271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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