Html Css Color HEX #213029 Cardin Green

📋 copy color: '#213029'

red 33 ◦ green 48 ◦ blue 41

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

Shades of Cardin Green #213029

Tints of Cardin Green #213029

RGB

 RED value IS 33 (13.28% from 255) = 27.05%

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

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

R = 27.05%
G = 39.34%
B = 33.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#213029 (or 0x213029) is known color: Cardin Green. HEX triplet: 21, 30 and 29. RGB value is (33,48,41). Sum of RGB (Red+Green+Blue) = 33+48+41=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #213029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213029 is #DECFD6. Grayscale: #2A2A2A. Windows color (decimal): -14602199 or 2699297. OLE color: 2699297.

HSL color Cylindrical-coordinate representation of color #213029: hue angle of 152º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213029 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 48 41 -
CMYK 0.31 0 0.15 0.81
HSL 152º 0.19% 0.16% -
HSV(B) 152º 0.31% 0.19% -
XYZ 2.08 2.6 2.49 -
YUV 42.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 33 48 41 0.31 0 0.15 0.81 152 0.19 0.16
Hex 21 30 29 1F 0 F 51 98 13 10
Octal 41 60 51 37 0 17 121 230 23 20
Binary 100001 110000 101001 11111 0 1111 1010001 10011000 10011 10000

Color Harmonies of #213029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213029

Black with #213029

Text Example


Text Example

White with #213029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213029; }

 p { color: rgb(33,48,41); }

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

background-color css

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

 a { background-color: rgb(33,48,41); }

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

border-color css

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

 span { border-color: rgb(33,48,41); }

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