Html Css Color HEX #233013 Pine Tree

📋 copy color: '#233013'

red 35 ◦ green 48 ◦ blue 19

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

Shades of Pine Tree #233013

Tints of Pine Tree #233013

RGB

 RED value IS 35 (14.06% from 255) = 34.31%

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

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 34.31%
G = 47.06%
B = 18.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#233013 (or 0x233013) is known color: Pine Tree. HEX triplet: 23, 30 and 13. RGB value is (35,48,19). Sum of RGB (Red+Green+Blue) = 35+48+19=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #233013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233013 is #DCCFEC. Grayscale: #282828. Windows color (decimal): -14471149 or 1257507. OLE color: 1257507.

HSL color Cylindrical-coordinate representation of color #233013: hue angle of 86.9º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233013 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 48 19 -
CMYK 0.27 0 0.60 0.81
HSL 86.9º 0.43% 0.13% -
HSV(B) 86.9º 0.6% 0.19% -
XYZ 1.87 2.52 1 -
YUV 40.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 35 48 19 0.27 0 0.60 0.81 86.9 0.43 0.13
Hex 23 30 13 1B 0 3C 51 57 2B D
Octal 43 60 23 33 0 74 121 127 53 15
Binary 100011 110000 10011 11011 0 111100 1010001 1010111 101011 1101

Color Harmonies of #233013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233013

Black with #233013

Text Example


Text Example

White with #233013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233013; }

 p { color: rgb(35,48,19); }

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

background-color css

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

 a { background-color: rgb(35,48,19); }

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

border-color css

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

 span { border-color: rgb(35,48,19); }

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