Html Css Color HEX #12251C Cardin Green

📋 copy color: '#12251C'

red 18 ◦ green 37 ◦ blue 28

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

Shades of Cardin Green #12251C

Tints of Cardin Green #12251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 33.73%

R = 21.69%
G = 44.58%
B = 33.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#12251C (or 0x12251C) is known color: Cardin Green. HEX triplet: 12, 25 and 1C. RGB value is (18,37,28). Sum of RGB (Red+Green+Blue) = 18+37+28=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #12251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251C is #EDDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15588068 or 1844498. OLE color: 1844498.

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

Color convert

RGB 18 37 28 -
CMYK 0.51 0 0.24 0.85
HSL 151.58º 0.35% 0.11% -
HSV(B) 151.58º 0.51% 0.15% -
XYZ 1.12 1.54 1.34 -
YUV 30.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 18 37 28 0.51 0 0.24 0.85 151.58 0.35 0.11
Hex 12 25 1C 33 0 18 55 98 23 B
Octal 22 45 34 63 0 30 125 230 43 13
Binary 10010 100101 11100 110011 0 11000 1010101 10011000 100011 1011

Color Harmonies of #12251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12251C

Black with #12251C

Text Example


Text Example

White with #12251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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