Html Css Color HEX #23442A Gordons Green

📋 copy color: '#23442A'

red 35 ◦ green 68 ◦ blue 42

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

Shades of Gordons Green #23442A

Tints of Gordons Green #23442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

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

R = 24.14%
G = 46.9%
B = 28.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#23442A (or 0x23442A) is known color: Gordons Green. HEX triplet: 23, 44 and 2A. RGB value is (35,68,42). Sum of RGB (Red+Green+Blue) = 35+68+42=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #23442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23442A is #DCBBD5. Grayscale: #373737. Windows color (decimal): -14466006 or 2769955. OLE color: 2769955.

HSL color Cylindrical-coordinate representation of color #23442A: hue angle of 132.73º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23442A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 68 42 -
CMYK 0.49 0 0.38 0.73
HSL 132.73º 0.32% 0.2% -
HSV(B) 132.73º 0.49% 0.27% -
XYZ 3.18 4.66 2.92 -
YUV 55.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 35 68 42 0.49 0 0.38 0.73 132.73 0.32 0.2
Hex 23 44 2A 31 0 26 49 85 20 14
Octal 43 104 52 61 0 46 111 205 40 24
Binary 100011 1000100 101010 110001 0 100110 1001001 10000101 100000 10100

Color Harmonies of #23442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23442A

Black with #23442A

Text Example


Text Example

White with #23442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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