Html Css Color HEX #12251A Cardin Green

📋 copy color: '#12251A'

red 18 ◦ green 37 ◦ blue 26

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

Shades of Cardin Green #12251A

Tints of Cardin Green #12251A

RGB

 RED value IS 18 (7.42% from 255) = 22.22%

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

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

R = 22.22%
G = 45.68%
B = 32.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#12251A (or 0x12251A) is known color: Cardin Green. HEX triplet: 12, 25 and 1A. RGB value is (18,37,26). Sum of RGB (Red+Green+Blue) = 18+37+26=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #12251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251A is #EDDAE5. Grayscale: #1E1E1E. Windows color (decimal): -15588070 or 1713426. OLE color: 1713426.

HSL color Cylindrical-coordinate representation of color #12251A: hue angle of 145.26º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #12251A is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 26 -
CMYK 0.51 0 0.30 0.85
HSL 145.26º 0.35% 0.11% -
HSV(B) 145.26º 0.51% 0.15% -
XYZ 1.1 1.53 1.21 -
YUV 30.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 18 37 26 0.51 0 0.30 0.85 145.26 0.35 0.11
Hex 12 25 1A 33 0 1E 55 91 23 B
Octal 22 45 32 63 0 36 125 221 43 13
Binary 10010 100101 11010 110011 0 11110 1010101 10010001 100011 1011

Color Harmonies of #12251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12251A

Black with #12251A

Text Example


Text Example

White with #12251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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