Html Css Color HEX #13271B Cardin Green

📋 copy color: '#13271B'

red 19 ◦ green 39 ◦ blue 27

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

Shades of Cardin Green #13271B

Tints of Cardin Green #13271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.88%

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

R = 22.35%
G = 45.88%
B = 31.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#13271B (or 0x13271B) is known color: Cardin Green. HEX triplet: 13, 27 and 1B. RGB value is (19,39,27). Sum of RGB (Red+Green+Blue) = 19+39+27=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #13271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13271B is #ECD8E4. Grayscale: #1F1F1F. Windows color (decimal): -15522021 or 1779475. OLE color: 1779475.

HSL color Cylindrical-coordinate representation of color #13271B: hue angle of 144º degrees, saturation: 0.34, 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 #13271B is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 27 -
CMYK 0.51 0 0.31 0.85
HSL 144º 0.34% 0.11% -
HSV(B) 144º 0.51% 0.15% -
XYZ 1.19 1.67 1.3 -
YUV 31.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 19 39 27 0.51 0 0.31 0.85 144 0.34 0.11
Hex 13 27 1B 33 0 1F 55 90 22 B
Octal 23 47 33 63 0 37 125 220 42 13
Binary 10011 100111 11011 110011 0 11111 1010101 10010000 100010 1011

Color Harmonies of #13271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13271B

Black with #13271B

Text Example


Text Example

White with #13271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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