Html Css Color HEX #23422B Gordons Green

📋 copy color: '#23422B'

red 35 ◦ green 66 ◦ blue 43

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

Shades of Gordons Green #23422B

Tints of Gordons Green #23422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 24.31%
G = 45.83%
B = 29.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#23422B (or 0x23422B) is known color: Gordons Green. HEX triplet: 23, 42 and 2B. RGB value is (35,66,43). Sum of RGB (Red+Green+Blue) = 35+66+43=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #23422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23422B is #DCBDD4. Grayscale: #363636. Windows color (decimal): -14466517 or 2834979. OLE color: 2834979.

HSL color Cylindrical-coordinate representation of color #23422B: hue angle of 135.48º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23422B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 66 43 -
CMYK 0.47 0 0.35 0.74
HSL 135.48º 0.31% 0.2% -
HSV(B) 135.48º 0.47% 0.26% -
XYZ 3.08 4.43 2.98 -
YUV 54.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 35 66 43 0.47 0 0.35 0.74 135.48 0.31 0.2
Hex 23 42 2B 2F 0 23 4A 87 1F 14
Octal 43 102 53 57 0 43 112 207 37 24
Binary 100011 1000010 101011 101111 0 100011 1001010 10000111 11111 10100

Color Harmonies of #23422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23422B

Black with #23422B

Text Example


Text Example

White with #23422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23422B; }

 p { color: rgb(35,66,43); }

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

background-color css

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

 a { background-color: rgb(35,66,43); }

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

border-color css

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

 span { border-color: rgb(35,66,43); }

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