Html Css Color HEX #23402B Gordons Green

📋 copy color: '#23402B'

red 35 ◦ green 64 ◦ blue 43

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

Shades of Gordons Green #23402B

Tints of Gordons Green #23402B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 24.65%
G = 45.07%
B = 30.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#23402B (or 0x23402B) is known color: Gordons Green. HEX triplet: 23, 40 and 2B. RGB value is (35,64,43). Sum of RGB (Red+Green+Blue) = 35+64+43=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #23402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23402B is #DCBFD4. Grayscale: #343434. Windows color (decimal): -14467029 or 2834467. OLE color: 2834467.

HSL color Cylindrical-coordinate representation of color #23402B: hue angle of 136.55º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #23402B is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 64 43 -
CMYK 0.45 0 0.33 0.75
HSL 136.55º 0.29% 0.19% -
HSV(B) 136.55º 0.45% 0.25% -
XYZ 2.96 4.2 2.94 -
YUV 52.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 35 64 43 0.45 0 0.33 0.75 136.55 0.29 0.19
Hex 23 40 2B 2D 0 21 4B 89 1D 13
Octal 43 100 53 55 0 41 113 211 35 23
Binary 100011 1000000 101011 101101 0 100001 1001011 10001001 11101 10011

Color Harmonies of #23402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23402B

Black with #23402B

Text Example


Text Example

White with #23402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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