Html Css Color HEX #102518 Cardin Green

📋 copy color: '#102518'

red 16 ◦ green 37 ◦ blue 24

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

Shades of Cardin Green #102518

Tints of Cardin Green #102518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 48.05%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 20.78%
G = 48.05%
B = 31.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#102518 (or 0x102518) is known color: Cardin Green. HEX triplet: 10, 25 and 18. RGB value is (16,37,24). Sum of RGB (Red+Green+Blue) = 16+37+24=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #102518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102518 is #EFDAE7. Grayscale: #1D1D1D. Windows color (decimal): -15719144 or 1582352. OLE color: 1582352.

HSL color Cylindrical-coordinate representation of color #102518: hue angle of 142.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102518 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 24 -
CMYK 0.57 0 0.35 0.85
HSL 142.86º 0.4% 0.1% -
HSV(B) 142.86º 0.57% 0.15% -
XYZ 1.04 1.5 1.1 -
YUV 29.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 16 37 24 0.57 0 0.35 0.85 142.86 0.4 0.1
Hex 10 25 18 39 0 23 55 8F 28 A
Octal 20 45 30 71 0 43 125 217 50 12
Binary 10000 100101 11000 111001 0 100011 1010101 10001111 101000 1010

Color Harmonies of #102518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102518

Black with #102518

Text Example


Text Example

White with #102518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102518; }

 p { color: rgb(16,37,24); }

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

background-color css

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

 a { background-color: rgb(16,37,24); }

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

border-color css

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

 span { border-color: rgb(16,37,24); }

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