Html Css Color HEX #10271E Dark Green

📋 copy color: '#10271E'

red 16 ◦ green 39 ◦ blue 30

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

Shades of Dark Green #10271E

Tints of Dark Green #10271E

RGB

 RED value IS 16 (6.64% from 255) = 18.82%

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

 BLUE value IS 30 (12.11% from 255) = 35.29%

R = 18.82%
G = 45.88%
B = 35.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#10271E (or 0x10271E) is known color: Dark Green. HEX triplet: 10, 27 and 1E. RGB value is (16,39,30). Sum of RGB (Red+Green+Blue) = 16+39+30=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #10271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271E is #EFD8E1. Grayscale: #1F1F1F. Windows color (decimal): -15718626 or 1976080. OLE color: 1976080.

HSL color Cylindrical-coordinate representation of color #10271E: hue angle of 156.52º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #10271E is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 39 30 -
CMYK 0.59 0 0.23 0.85
HSL 156.52º 0.42% 0.11% -
HSV(B) 156.52º 0.59% 0.15% -
XYZ 1.17 1.65 1.49 -
YUV 31.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 16 39 30 0.59 0 0.23 0.85 156.52 0.42 0.11
Hex 10 27 1E 3B 0 17 55 9D 2A B
Octal 20 47 36 73 0 27 125 235 52 13
Binary 10000 100111 11110 111011 0 10111 1010101 10011101 101010 1011

Color Harmonies of #10271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10271E

Black with #10271E

Text Example


Text Example

White with #10271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10271E; }

 p { color: rgb(16,39,30); }

 H1.HeaderClassName
 {
   color: #10271E;
 }
 .AnyTagClassName
 {
   color: #10271E;
 }
</style>

background-color css

<style>
 a { background-color: #10271E; }

 a { background-color: rgb(16,39,30); }

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

border-color css

<style>
 span { border-color: #10271E; }

 span { border-color: rgb(16,39,30); }

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