Html Css Color HEX #224000 Pine Tree

📋 copy color: '#224000'

red 34 ◦ green 64 ◦ blue 0

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

Shades of Pine Tree #224000

Tints of Pine Tree #224000

RGB

 RED value IS 34 (13.67% from 255) = 34.69%

 GREEN value IS 64 (25.39% from 255) = 65.31%

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

R = 34.69%
G = 65.31%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#224000 (or 0x224000) is known color: Pine Tree. HEX triplet: 22, 40 and 00. RGB value is (34,64,0). Sum of RGB (Red+Green+Blue) = 34+64+0=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #224000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224000 is #DDBFFF. Grayscale: #2F2F2F. Windows color (decimal): -14532608 or 16418. OLE color: 16418.

HSL color Cylindrical-coordinate representation of color #224000: hue angle of 88.12º 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 #224000 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 0 -
CMYK 0.47 0 1 0.75
HSL 88.13º 1% 0.13% -
HSV(B) 88.13º 1% 0.25% -
XYZ 2.49 4.01 0.64 -
YUV 47.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 34 64 0 0.47 0 1 0.75 88.13 1 0.13
Hex 22 40 0 2F 0 64 4B 58 64 D
Octal 42 100 0 57 0 144 113 130 144 15
Binary 100010 1000000 0 101111 0 1100100 1001011 1011000 1100100 1101

Color Harmonies of #224000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224000

Black with #224000

Text Example


Text Example

White with #224000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224000; }

 p { color: rgb(34,64,0); }

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

background-color css

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

 a { background-color: rgb(34,64,0); }

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

border-color css

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

 span { border-color: rgb(34,64,0); }

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