Html Css Color HEX #10251A Cardin Green

📋 copy color: '#10251A'

red 16 ◦ green 37 ◦ blue 26

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

Shades of Cardin Green #10251A

Tints of Cardin Green #10251A

RGB

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

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

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

R = 20.25%
G = 46.84%
B = 32.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#10251A (or 0x10251A) is known color: Cardin Green. HEX triplet: 10, 25 and 1A. RGB value is (16,37,26). Sum of RGB (Red+Green+Blue) = 16+37+26=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #10251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251A is #EFDAE5. Grayscale: #1D1D1D. Windows color (decimal): -15719142 or 1713424. OLE color: 1713424.

HSL color Cylindrical-coordinate representation of color #10251A: hue angle of 148.57º 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 #10251A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 26 -
CMYK 0.57 0 0.30 0.85
HSL 148.57º 0.4% 0.1% -
HSV(B) 148.57º 0.57% 0.15% -
XYZ 1.06 1.51 1.21 -
YUV 29.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 16 37 26 0.57 0 0.30 0.85 148.57 0.4 0.1
Hex 10 25 1A 39 0 1E 55 95 28 A
Octal 20 45 32 71 0 36 125 225 50 12
Binary 10000 100101 11010 111001 0 11110 1010101 10010101 101000 1010

Color Harmonies of #10251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10251A

Black with #10251A

Text Example


Text Example

White with #10251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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