Html Css Color HEX #13251B Cardin Green

📋 copy color: '#13251B'

red 19 ◦ green 37 ◦ blue 27

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

Shades of Cardin Green #13251B

Tints of Cardin Green #13251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.53%

R = 22.89%
G = 44.58%
B = 32.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#13251B (or 0x13251B) is known color: Cardin Green. HEX triplet: 13, 25 and 1B. RGB value is (19,37,27). Sum of RGB (Red+Green+Blue) = 19+37+27=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #13251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13251B is #ECDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15522533 or 1778963. OLE color: 1778963.

HSL color Cylindrical-coordinate representation of color #13251B: hue angle of 146.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #13251B is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 27 -
CMYK 0.49 0 0.27 0.85
HSL 146.67º 0.32% 0.11% -
HSV(B) 146.67º 0.49% 0.15% -
XYZ 1.13 1.54 1.27 -
YUV 30.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 19 37 27 0.49 0 0.27 0.85 146.67 0.32 0.11
Hex 13 25 1B 31 0 1B 55 93 20 B
Octal 23 45 33 61 0 33 125 223 40 13
Binary 10011 100101 11011 110001 0 11011 1010101 10010011 100000 1011

Color Harmonies of #13251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13251B

Black with #13251B

Text Example


Text Example

White with #13251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13251B; }

 p { color: rgb(19,37,27); }

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

background-color css

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

 a { background-color: rgb(19,37,27); }

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

border-color css

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

 span { border-color: rgb(19,37,27); }

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