Html Css Color HEX #213001 Pine Tree

📋 copy color: '#213001'

red 33 ◦ green 48 ◦ blue 1

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

Shades of Pine Tree #213001

Tints of Pine Tree #213001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.22%

R = 40.24%
G = 58.54%
B = 1.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#213001 (or 0x213001) is known color: Pine Tree. HEX triplet: 21, 30 and 01. RGB value is (33,48,1). Sum of RGB (Red+Green+Blue) = 33+48+1=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #213001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213001 is #DECFFE. Grayscale: #262626. Windows color (decimal): -14602239 or 77857. OLE color: 77857.

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

Color convert

RGB 33 48 1 -
CMYK 0.31 0 0.98 0.81
HSL 79.15º 0.96% 0.1% -
HSV(B) 79.15º 0.98% 0.19% -
XYZ 1.69 2.44 0.41 -
YUV 38.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 33 48 1 0.31 0 0.98 0.81 79.15 0.96 0.1
Hex 21 30 1 1F 0 62 51 4F 60 A
Octal 41 60 1 37 0 142 121 117 140 12
Binary 100001 110000 1 11111 0 1100010 1010001 1001111 1100000 1010

Color Harmonies of #213001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213001

Black with #213001

Text Example


Text Example

White with #213001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213001; }

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

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

background-color css

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

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

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

border-color css

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

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

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