Html Css Color HEX #234941 Gable Green

📋 copy color: '#234941'

red 35 ◦ green 73 ◦ blue 65

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

Shades of Gable Green #234941

Tints of Gable Green #234941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.2%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 20.23%
G = 42.2%
B = 37.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#234941 (or 0x234941) is known color: Gable Green. HEX triplet: 23, 49 and 41. RGB value is (35,73,65). Sum of RGB (Red+Green+Blue) = 35+73+65=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #234941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234941 is #DCB6BE. Grayscale: #3C3C3C. Windows color (decimal): -14464703 or 4278563. OLE color: 4278563.

HSL color Cylindrical-coordinate representation of color #234941: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #234941 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 73 65 -
CMYK 0.52 0 0.11 0.71
HSL 167.37º 0.35% 0.21% -
HSV(B) 167.37º 0.52% 0.29% -
XYZ 4.03 5.5 5.85 -
YUV 60.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 35 73 65 0.52 0 0.11 0.71 167.37 0.35 0.21
Hex 23 49 41 34 0 B 47 A7 23 15
Octal 43 111 101 64 0 13 107 247 43 25
Binary 100011 1001001 1000001 110100 0 1011 1000111 10100111 100011 10101

Color Harmonies of #234941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234941

Black with #234941

Text Example


Text Example

White with #234941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234941; }

 p { color: rgb(35,73,65); }

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

background-color css

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

 a { background-color: rgb(35,73,65); }

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

border-color css

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

 span { border-color: rgb(35,73,65); }

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