#132F22

Color #132F22 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #132F22

Tints of Cardin Green #132F22

Color information

#132F22 (or 0x132F22) is unknown color: approx Cardin Green. HEX triplet: 13, 2F and 22. RGB value is (19,47,34). Sum of RGB (Red+Green+Blue) = 19+47+34=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #132F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F22 is #ECD0DD. Grayscale: #252525. Windows color (decimal): -15519966 or 2240275. OLE color: 2240275.

HSL color Cylindrical-coordinate representation of color #132F22: hue angle of 152.14º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F22 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB194734-
CMYK0.6000.280.82
HSL152.14º42.42%12.94%-
HSV(B)152.14º59.57%18.43%-
XYZ1.572.291.87-
YUV37.15126.22115.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 34 (13.67% from 255) = 34%
R=19%
G=47%
B=34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947340.6000.280.82152.1442.4212.94
Hex132F223C01C52982ad
Octal235742740341222305215
Binary100111011111000101111000111001010010100110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,34); }

 H1.HeaderClassName
 {
   color: #132F22;
 }
 .AnyTagClassName
 {
   color: #132F22;
 }
</style>
background-color css

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

 a { background-color: rgb(19,47,34); }

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

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

 span { border-color: rgb(19,47,34); }

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