Html Css Color HEX #203001 Pine Tree

📋 copy color: '#203001'

red 32 ◦ green 48 ◦ blue 1

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

Shades of Pine Tree #203001

Tints of Pine Tree #203001

RGB

 RED value IS 32 (12.89% from 255) = 39.51%

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

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

R = 39.51%
G = 59.26%
B = 1.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#203001 (or 0x203001) is known color: Pine Tree. HEX triplet: 20, 30 and 01. RGB value is (32,48,1). Sum of RGB (Red+Green+Blue) = 32+48+1=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #203001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203001 is #DFCFFE. Grayscale: #262626. Windows color (decimal): -14667775 or 77856. OLE color: 77856.

HSL color Cylindrical-coordinate representation of color #203001: hue angle of 80.43º 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 #203001 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 48 1 -
CMYK 0.33 0 0.98 0.81
HSL 80.43º 0.96% 0.1% -
HSV(B) 80.43º 0.98% 0.19% -
XYZ 1.66 2.42 0.41 -
YUV 37.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 32 48 1 0.33 0 0.98 0.81 80.43 0.96 0.1
Hex 20 30 1 21 0 62 51 50 60 A
Octal 40 60 1 41 0 142 121 120 140 12
Binary 100000 110000 1 100001 0 1100010 1010001 1010000 1100000 1010

Color Harmonies of #203001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203001

Black with #203001

Text Example


Text Example

White with #203001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203001; }

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

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

background-color css

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

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

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

border-color css

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

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

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