#133A27

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

Shades of Cardin Green #133A27

Tints of Cardin Green #133A27

Color information

#133A27 (or 0x133A27) is unknown color: approx Cardin Green. HEX triplet: 13, 3A and 27. RGB value is (19,58,39). Sum of RGB (Red+Green+Blue) = 19+58+39=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #133A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A27 is #ECC5D8. Grayscale: #2C2C2C. Windows color (decimal): -15517145 or 2570771. OLE color: 2570771.

HSL color Cylindrical-coordinate representation of color #133A27: hue angle of 150.77º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A27 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB195839-
CMYK0.6700.330.77
HSL150.77º50.65%15.1%-
HSV(B)150.77º67.24%22.75%-
XYZ2.153.312.45-
YUV44.17125.08110.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 58 (23.05% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=16.38%
G=50%
B=33.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958390.6700.330.77150.7750.6515.1
Hex133A27430214D9733f
Octal2372471030411152276317
Binary10011111010100111100001101000011001101100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A27; }

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

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

<style>
 a { background-color: #133A27; }

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

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

<style>
 span { border-color: #133A27; }

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

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