Html Css Color HEX #13241C Cardin Green

📋 copy color: '#13241C'

red 19 ◦ green 36 ◦ blue 28

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

Shades of Cardin Green #13241C

Tints of Cardin Green #13241C

RGB

 RED value IS 19 (7.81% from 255) = 22.89%

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

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

R = 22.89%
G = 43.37%
B = 33.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#13241C (or 0x13241C) is known color: Cardin Green. HEX triplet: 13, 24 and 1C. RGB value is (19,36,28). Sum of RGB (Red+Green+Blue) = 19+36+28=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #13241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13241C is #ECDBE3. Grayscale: #1E1E1E. Windows color (decimal): -15522788 or 1844243. OLE color: 1844243.

HSL color Cylindrical-coordinate representation of color #13241C: hue angle of 151.76º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13241C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 36 28 -
CMYK 0.47 0 0.22 0.86
HSL 151.76º 0.31% 0.11% -
HSV(B) 151.76º 0.47% 0.14% -
XYZ 1.11 1.48 1.33 -
YUV 30.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 19 36 28 0.47 0 0.22 0.86 151.76 0.31 0.11
Hex 13 24 1C 2F 0 16 56 98 1F B
Octal 23 44 34 57 0 26 126 230 37 13
Binary 10011 100100 11100 101111 0 10110 1010110 10011000 11111 1011

Color Harmonies of #13241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13241C

Black with #13241C

Text Example


Text Example

White with #13241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,36,28); }

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

background-color css

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

 a { background-color: rgb(19,36,28); }

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

border-color css

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

 span { border-color: rgb(19,36,28); }

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