Html Css Color HEX #133A26 Cardin Green

📋 copy color: '#133A26'

red 19 ◦ green 58 ◦ blue 38

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

Shades of Cardin Green #133A26

Tints of Cardin Green #133A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50.43%

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 16.52%
G = 50.43%
B = 33.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#133A26 (or 0x133A26) is known color: Cardin Green. HEX triplet: 13, 3A and 26. RGB value is (19,58,38). Sum of RGB (Red+Green+Blue) = 19+58+38=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #133A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A26 is #ECC5D9. Grayscale: #2C2C2C. Windows color (decimal): -15517146 or 2505235. OLE color: 2505235.

HSL color Cylindrical-coordinate representation of color #133A26: hue angle of 149.23º 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 #133A26 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 38 -
CMYK 0.67 0 0.34 0.77
HSL 149.23º 0.51% 0.15% -
HSV(B) 149.23º 0.67% 0.23% -
XYZ 2.13 3.3 2.36 -
YUV 44.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 19 58 38 0.67 0 0.34 0.77 149.23 0.51 0.15
Hex 13 3A 26 43 0 22 4D 95 33 F
Octal 23 72 46 103 0 42 115 225 63 17
Binary 10011 111010 100110 1000011 0 100010 1001101 10010101 110011 1111

Color Harmonies of #133A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A26

Black with #133A26

Text Example


Text Example

White with #133A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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