#133B2B

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

Shades of Cardin Green #133B2B

Tints of Cardin Green #133B2B

Color information

#133B2B (or 0x133B2B) is unknown color: approx Cardin Green. HEX triplet: 13, 3B and 2B. RGB value is (19,59,43). Sum of RGB (Red+Green+Blue) = 19+59+43=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #133B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B2B is #ECC4D4. Grayscale: #2D2D2D. Windows color (decimal): -15516885 or 2833171. OLE color: 2833171.

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

Color convert

RGB195943-
CMYK0.6800.270.77
HSL156º51.28%15.29%-
HSV(B)156º67.8%23.14%-
XYZ2.273.442.83-
YUV45.22126.75109.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 59 (23.44% from 255) = 48.76%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=15.70%
G=48.76%
B=35.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959430.6800.270.7715651.2815.29
Hex133B2B4401B4D9c33f
Octal2373531040331152346317
Binary1001111101110101110001000110111001101100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,43); }

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

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

 a { background-color: rgb(19,59,43); }

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

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

 span { border-color: rgb(19,59,43); }

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