Html Css Color HEX #132C1F Cardin Green

📋 copy color: '#132C1F'

red 19 ◦ green 44 ◦ blue 31

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

Shades of Cardin Green #132C1F

Tints of Cardin Green #132C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 46.81%

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 20.21%
G = 46.81%
B = 32.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#132C1F (or 0x132C1F) is known color: Cardin Green. HEX triplet: 13, 2C and 1F. RGB value is (19,44,31). Sum of RGB (Red+Green+Blue) = 19+44+31=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #132C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C1F is #ECD3E0. Grayscale: #232323. Windows color (decimal): -15520737 or 2042899. OLE color: 2042899.

HSL color Cylindrical-coordinate representation of color #132C1F: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C1F is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 31 -
CMYK 0.57 0 0.30 0.83
HSL 148.8º 0.4% 0.12% -
HSV(B) 148.8º 0.57% 0.17% -
XYZ 1.42 2.04 1.62 -
YUV 35.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 19 44 31 0.57 0 0.30 0.83 148.8 0.4 0.12
Hex 13 2C 1F 39 0 1E 53 95 28 C
Octal 23 54 37 71 0 36 123 225 50 14
Binary 10011 101100 11111 111001 0 11110 1010011 10010101 101000 1100

Color Harmonies of #132C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C1F

Black with #132C1F

Text Example


Text Example

White with #132C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C1F; }

 p { color: rgb(19,44,31); }

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

background-color css

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

 a { background-color: rgb(19,44,31); }

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

border-color css

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

 span { border-color: rgb(19,44,31); }

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