Html Css Color HEX #23462A Timber Green

📋 copy color: '#23462A'

red 35 ◦ green 70 ◦ blue 42

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

Shades of Timber Green #23462A

Tints of Timber Green #23462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 23.81%
G = 47.62%
B = 28.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#23462A (or 0x23462A) is known color: Timber Green. HEX triplet: 23, 46 and 2A. RGB value is (35,70,42). Sum of RGB (Red+Green+Blue) = 35+70+42=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #23462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23462A is #DCB9D5. Grayscale: #383838. Windows color (decimal): -14465494 or 2770467. OLE color: 2770467.

HSL color Cylindrical-coordinate representation of color #23462A: hue angle of 132º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #23462A is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 42 -
CMYK 0.5 0 0.40 0.73
HSL 132º 0.33% 0.21% -
HSV(B) 132º 0.5% 0.27% -
XYZ 3.3 4.9 2.96 -
YUV 56.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 35 70 42 0.5 0 0.40 0.73 132 0.33 0.21
Hex 23 46 2A 32 0 28 49 84 21 15
Octal 43 106 52 62 0 50 111 204 41 25
Binary 100011 1000110 101010 110010 0 101000 1001001 10000100 100001 10101

Color Harmonies of #23462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23462A

Black with #23462A

Text Example


Text Example

White with #23462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23462A; }

 p { color: rgb(35,70,42); }

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

background-color css

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

 a { background-color: rgb(35,70,42); }

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

border-color css

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

 span { border-color: rgb(35,70,42); }

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