Html Css Color HEX #10241B Dark Green

📋 copy color: '#10241B'

red 16 ◦ green 36 ◦ blue 27

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

Shades of Dark Green #10241B

Tints of Dark Green #10241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45.57%

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

R = 20.25%
G = 45.57%
B = 34.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#10241B (or 0x10241B) is known color: Dark Green. HEX triplet: 10, 24 and 1B. RGB value is (16,36,27). Sum of RGB (Red+Green+Blue) = 16+36+27=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #10241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10241B is #EFDBE4. Grayscale: #1D1D1D. Windows color (decimal): -15719397 or 1778704. OLE color: 1778704.

HSL color Cylindrical-coordinate representation of color #10241B: hue angle of 153º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10241B is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 36 27 -
CMYK 0.56 0 0.25 0.86
HSL 153º 0.38% 0.1% -
HSV(B) 153º 0.56% 0.14% -
XYZ 1.04 1.45 1.26 -
YUV 28.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 16 36 27 0.56 0 0.25 0.86 153 0.38 0.1
Hex 10 24 1B 38 0 19 56 99 26 A
Octal 20 44 33 70 0 31 126 231 46 12
Binary 10000 100100 11011 111000 0 11001 1010110 10011001 100110 1010

Color Harmonies of #10241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10241B

Black with #10241B

Text Example


Text Example

White with #10241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,36,27); }

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

background-color css

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

 a { background-color: rgb(16,36,27); }

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

border-color css

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

 span { border-color: rgb(16,36,27); }

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