Html Css Color HEX #10241A Cardin Green

📋 copy color: '#10241A'

red 16 ◦ green 36 ◦ blue 26

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

Shades of Cardin Green #10241A

Tints of Cardin Green #10241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 20.51%
G = 46.15%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

#10241A (or 0x10241A) is known color: Cardin Green. HEX triplet: 10, 24 and 1A. RGB value is (16,36,26). Sum of RGB (Red+Green+Blue) = 16+36+26=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #10241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10241A is #EFDBE5. Grayscale: #1C1C1C. Windows color (decimal): -15719398 or 1713168. OLE color: 1713168.

HSL color Cylindrical-coordinate representation of color #10241A: hue angle of 150º 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 #10241A is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 36 26 -
CMYK 0.56 0 0.28 0.86
HSL 150º 0.38% 0.1% -
HSV(B) 150º 0.56% 0.14% -
XYZ 1.03 1.45 1.2 -
YUV 28.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 16 36 26 0.56 0 0.28 0.86 150 0.38 0.1
Hex 10 24 1A 38 0 1C 56 96 26 A
Octal 20 44 32 70 0 34 126 226 46 12
Binary 10000 100100 11010 111000 0 11100 1010110 10010110 100110 1010

Color Harmonies of #10241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10241A

Black with #10241A

Text Example


Text Example

White with #10241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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