Html Css Color HEX #23452A Gordons Green

📋 copy color: '#23452A'

red 35 ◦ green 69 ◦ blue 42

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

Shades of Gordons Green #23452A

Tints of Gordons Green #23452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

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

R = 23.97%
G = 47.26%
B = 28.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#23452A (or 0x23452A) is known color: Gordons Green. HEX triplet: 23, 45 and 2A. RGB value is (35,69,42). Sum of RGB (Red+Green+Blue) = 35+69+42=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #23452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23452A is #DCBAD5. Grayscale: #373737. Windows color (decimal): -14465750 or 2770211. OLE color: 2770211.

HSL color Cylindrical-coordinate representation of color #23452A: hue angle of 132.35º degrees, saturation: 0.33, 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 #23452A is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 69 42 -
CMYK 0.49 0 0.39 0.73
HSL 132.35º 0.33% 0.2% -
HSV(B) 132.35º 0.49% 0.27% -
XYZ 3.24 4.78 2.94 -
YUV 55.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 35 69 42 0.49 0 0.39 0.73 132.35 0.33 0.2
Hex 23 45 2A 31 0 27 49 84 21 14
Octal 43 105 52 61 0 47 111 204 41 24
Binary 100011 1000101 101010 110001 0 100111 1001001 10000100 100001 10100

Color Harmonies of #23452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23452A

Black with #23452A

Text Example


Text Example

White with #23452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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