Html Css Color HEX #133022 Cardin Green

📋 copy color: '#133022'

red 19 ◦ green 48 ◦ blue 34

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

Shades of Cardin Green #133022

Tints of Cardin Green #133022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.52%

 BLUE value IS 34 (13.67% from 255) = 33.66%

R = 18.81%
G = 47.52%
B = 33.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#133022 (or 0x133022) is known color: Cardin Green. HEX triplet: 13, 30 and 22. RGB value is (19,48,34). Sum of RGB (Red+Green+Blue) = 19+48+34=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #133022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133022 is #ECCFDD. Grayscale: #252525. Windows color (decimal): -15519710 or 2240531. OLE color: 2240531.

HSL color Cylindrical-coordinate representation of color #133022: hue angle of 151.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133022 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 34 -
CMYK 0.60 0 0.29 0.81
HSL 151.03º 0.43% 0.13% -
HSV(B) 151.03º 0.6% 0.19% -
XYZ 1.61 2.37 1.89 -
YUV 37.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 19 48 34 0.60 0 0.29 0.81 151.03 0.43 0.13
Hex 13 30 22 3C 0 1D 51 97 2B D
Octal 23 60 42 74 0 35 121 227 53 15
Binary 10011 110000 100010 111100 0 11101 1010001 10010111 101011 1101

Color Harmonies of #133022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133022

Black with #133022

Text Example


Text Example

White with #133022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133022; }

 p { color: rgb(19,48,34); }

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

background-color css

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

 a { background-color: rgb(19,48,34); }

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

border-color css

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

 span { border-color: rgb(19,48,34); }

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