Html Css Color HEX #133B2B Cardin Green

📋 copy color: '#133B2B'

red 19 ◦ green 59 ◦ blue 43

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

Shades of Cardin Green #133B2B

Tints of Cardin Green #133B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 48.76%

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 15.7%
G = 48.76%
B = 35.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#133B2B (or 0x133B2B) is known color: 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

RGB 19 59 43 -
CMYK 0.68 0 0.27 0.77
HSL 156º 0.51% 0.15% -
HSV(B) 156º 0.68% 0.23% -
XYZ 2.27 3.44 2.83 -
YUV 45.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 19 59 43 0.68 0 0.27 0.77 156 0.51 0.15
Hex 13 3B 2B 44 0 1B 4D 9C 33 F
Octal 23 73 53 104 0 33 115 234 63 17
Binary 10011 111011 101011 1000100 0 11011 1001101 10011100 110011 1111

Color Harmonies of #133B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B2B

Black with #133B2B

Text Example


Text Example

White with #133B2B

Text Example


Text Example

HTML Codes & Css Web 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>