Html Css Color HEX #132C1E Cardin Green

📋 copy color: '#132C1E'

red 19 ◦ green 44 ◦ blue 30

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

Shades of Cardin Green #132C1E

Tints of Cardin Green #132C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 20.43%
G = 47.31%
B = 32.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.83

RGB Variations

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

Color information

#132C1E (or 0x132C1E) is known color: Cardin Green. HEX triplet: 13, 2C and 1E. RGB value is (19,44,30). Sum of RGB (Red+Green+Blue) = 19+44+30=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #132C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C1E is #ECD3E1. Grayscale: #222222. Windows color (decimal): -15520738 or 1977363. OLE color: 1977363.

HSL color Cylindrical-coordinate representation of color #132C1E: hue angle of 146.4º 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 #132C1E is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 30 -
CMYK 0.57 0 0.32 0.83
HSL 146.4º 0.4% 0.12% -
HSV(B) 146.4º 0.57% 0.17% -
XYZ 1.4 2.03 1.55 -
YUV 34.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 19 44 30 0.57 0 0.32 0.83 146.4 0.4 0.12
Hex 13 2C 1E 39 0 20 53 92 28 C
Octal 23 54 36 71 0 40 123 222 50 14
Binary 10011 101100 11110 111001 0 100000 1010011 10010010 101000 1100

Color Harmonies of #132C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C1E

Black with #132C1E

Text Example


Text Example

White with #132C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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