Html Css Color HEX #133429 Cardin Green

📋 copy color: '#133429'

red 19 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #133429

Tints of Cardin Green #133429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

 BLUE value IS 41 (16.41% from 255) = 36.61%

R = 16.96%
G = 46.43%
B = 36.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#133429 (or 0x133429) is known color: Cardin Green. HEX triplet: 13, 34 and 29. RGB value is (19,52,41). Sum of RGB (Red+Green+Blue) = 19+52+41=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #133429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133429 is #ECCBD6. Grayscale: #282828. Windows color (decimal): -15518679 or 2700307. OLE color: 2700307.

HSL color Cylindrical-coordinate representation of color #133429: hue angle of 160º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133429 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 41 -
CMYK 0.63 0 0.21 0.80
HSL 160º 0.46% 0.14% -
HSV(B) 160º 0.63% 0.2% -
XYZ 1.9 2.75 2.53 -
YUV 40.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 19 52 41 0.63 0 0.21 0.80 160 0.46 0.14
Hex 13 34 29 3F 0 15 50 A0 2E E
Octal 23 64 51 77 0 25 120 240 56 16
Binary 10011 110100 101001 111111 0 10101 1010000 10100000 101110 1110

Color Harmonies of #133429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133429

Black with #133429

Text Example


Text Example

White with #133429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133429; }

 p { color: rgb(19,52,41); }

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

background-color css

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

 a { background-color: rgb(19,52,41); }

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

border-color css

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

 span { border-color: rgb(19,52,41); }

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