Html Css Color HEX #223B01 Pine Tree

📋 copy color: '#223B01'

red 34 ◦ green 59 ◦ blue 1

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

Shades of Pine Tree #223B01

Tints of Pine Tree #223B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 62.77%

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

R = 36.17%
G = 62.77%
B = 1.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#223B01 (or 0x223B01) is known color: Pine Tree. HEX triplet: 22, 3B and 01. RGB value is (34,59,1). Sum of RGB (Red+Green+Blue) = 34+59+1=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #223B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223B01 is #DDC4FE. Grayscale: #2D2D2D. Windows color (decimal): -14533887 or 80674. OLE color: 80674.

HSL color Cylindrical-coordinate representation of color #223B01: hue angle of 85.86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #223B01 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 34 59 1 -
CMYK 0.42 0 0.98 0.77
HSL 85.86º 0.97% 0.12% -
HSV(B) 85.86º 0.98% 0.23% -
XYZ 2.23 3.47 0.58 -
YUV 44.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 34 59 1 0.42 0 0.98 0.77 85.86 0.97 0.12
Hex 22 3B 1 2A 0 62 4D 56 61 C
Octal 42 73 1 52 0 142 115 126 141 14
Binary 100010 111011 1 101010 0 1100010 1001101 1010110 1100001 1100

Color Harmonies of #223B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B01

Black with #223B01

Text Example


Text Example

White with #223B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223B01; }

 p { color: rgb(34,59,1); }

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

background-color css

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

 a { background-color: rgb(34,59,1); }

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

border-color css

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

 span { border-color: rgb(34,59,1); }

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