Html Css Color HEX #214100 Pine Tree

📋 copy color: '#214100'

red 33 ◦ green 65 ◦ blue 0

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

Shades of Pine Tree #214100

Tints of Pine Tree #214100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 66.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.67%
G = 66.33%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#214100 (or 0x214100) is known color: Pine Tree. HEX triplet: 21, 41 and 00. RGB value is (33,65,0). Sum of RGB (Red+Green+Blue) = 33+65+0=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #214100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214100 is #DEBEFF. Grayscale: #303030. Windows color (decimal): -14597888 or 16673. OLE color: 16673.

HSL color Cylindrical-coordinate representation of color #214100: hue angle of 89.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214100 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 0 -
CMYK 0.49 0 1 0.75
HSL 89.54º 1% 0.13% -
HSV(B) 89.54º 1% 0.25% -
XYZ 2.52 4.1 0.66 -
YUV 48.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 33 65 0 0.49 0 1 0.75 89.54 1 0.13
Hex 21 41 0 31 0 64 4B 5A 64 D
Octal 41 101 0 61 0 144 113 132 144 15
Binary 100001 1000001 0 110001 0 1100100 1001011 1011010 1100100 1101

Color Harmonies of #214100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214100

Black with #214100

Text Example


Text Example

White with #214100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214100; }

 p { color: rgb(33,65,0); }

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

background-color css

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

 a { background-color: rgb(33,65,0); }

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

border-color css

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

 span { border-color: rgb(33,65,0); }

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