Html Css Color HEX #10291C Cardin Green

📋 copy color: '#10291C'

red 16 ◦ green 41 ◦ blue 28

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

Shades of Cardin Green #10291C

Tints of Cardin Green #10291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 48.24%

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

R = 18.82%
G = 48.24%
B = 32.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#10291C (or 0x10291C) is known color: Cardin Green. HEX triplet: 10, 29 and 1C. RGB value is (16,41,28). Sum of RGB (Red+Green+Blue) = 16+41+28=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #10291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10291C is #EFD6E3. Grayscale: #202020. Windows color (decimal): -15718116 or 1845520. OLE color: 1845520.

HSL color Cylindrical-coordinate representation of color #10291C: hue angle of 148.8º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10291C is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 41 28 -
CMYK 0.61 0 0.32 0.84
HSL 148.8º 0.44% 0.11% -
HSV(B) 148.8º 0.61% 0.16% -
XYZ 1.22 1.78 1.38 -
YUV 32.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 16 41 28 0.61 0 0.32 0.84 148.8 0.44 0.11
Hex 10 29 1C 3D 0 20 54 95 2C B
Octal 20 51 34 75 0 40 124 225 54 13
Binary 10000 101001 11100 111101 0 100000 1010100 10010101 101100 1011

Color Harmonies of #10291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10291C

Black with #10291C

Text Example


Text Example

White with #10291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,41,28); }

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

background-color css

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

 a { background-color: rgb(16,41,28); }

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

border-color css

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

 span { border-color: rgb(16,41,28); }

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