Html Css Color HEX #122519 Cardin Green

📋 copy color: '#122519'

red 18 ◦ green 37 ◦ blue 25

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

Shades of Cardin Green #122519

Tints of Cardin Green #122519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 31.25%

R = 22.5%
G = 46.25%
B = 31.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#122519 (or 0x122519) is known color: Cardin Green. HEX triplet: 12, 25 and 19. RGB value is (18,37,25). Sum of RGB (Red+Green+Blue) = 18+37+25=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #122519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122519 is #EDDAE6. Grayscale: #1D1D1D. Windows color (decimal): -15588071 or 1647890. OLE color: 1647890.

HSL color Cylindrical-coordinate representation of color #122519: hue angle of 142.11º 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 #122519 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 25 -
CMYK 0.51 0 0.32 0.85
HSL 142.11º 0.35% 0.11% -
HSV(B) 142.11º 0.51% 0.15% -
XYZ 1.09 1.52 1.16 -
YUV 29.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 18 37 25 0.51 0 0.32 0.85 142.11 0.35 0.11
Hex 12 25 19 33 0 20 55 8E 23 B
Octal 22 45 31 63 0 40 125 216 43 13
Binary 10010 100101 11001 110011 0 100000 1010101 10001110 100011 1011

Color Harmonies of #122519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122519

Black with #122519

Text Example


Text Example

White with #122519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122519; }

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

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

background-color css

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

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

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

border-color css

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

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

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