Html Css Color HEX #23482A Timber Green

📋 copy color: '#23482A'

red 35 ◦ green 72 ◦ blue 42

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

Shades of Timber Green #23482A

Tints of Timber Green #23482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

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

R = 23.49%
G = 48.32%
B = 28.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#23482A (or 0x23482A) is known color: Timber Green. HEX triplet: 23, 48 and 2A. RGB value is (35,72,42). Sum of RGB (Red+Green+Blue) = 35+72+42=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #23482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482A is #DCB7D5. Grayscale: #393939. Windows color (decimal): -14464982 or 2770979. OLE color: 2770979.

HSL color Cylindrical-coordinate representation of color #23482A: hue angle of 131.35º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23482A is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 42 -
CMYK 0.51 0 0.42 0.72
HSL 131.35º 0.35% 0.21% -
HSV(B) 131.35º 0.51% 0.28% -
XYZ 3.43 5.16 3.01 -
YUV 57.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 35 72 42 0.51 0 0.42 0.72 131.35 0.35 0.21
Hex 23 48 2A 33 0 2A 48 83 23 15
Octal 43 110 52 63 0 52 110 203 43 25
Binary 100011 1001000 101010 110011 0 101010 1001000 10000011 100011 10101

Color Harmonies of #23482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23482A

Black with #23482A

Text Example


Text Example

White with #23482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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