Html Css Color HEX #234944 Gable Green

📋 copy color: '#234944'

red 35 ◦ green 73 ◦ blue 68

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

Shades of Gable Green #234944

Tints of Gable Green #234944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.64%

R = 19.89%
G = 41.48%
B = 38.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#234944 (or 0x234944) is known color: Gable Green. HEX triplet: 23, 49 and 44. RGB value is (35,73,68). Sum of RGB (Red+Green+Blue) = 35+73+68=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #234944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234944 is #DCB6BB. Grayscale: #3D3D3D. Windows color (decimal): -14464700 or 4475171. OLE color: 4475171.

HSL color Cylindrical-coordinate representation of color #234944: hue angle of 172.11º 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 #234944 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 73 68 -
CMYK 0.52 0 0.07 0.71
HSL 172.11º 0.35% 0.21% -
HSV(B) 172.11º 0.52% 0.29% -
XYZ 4.12 5.54 6.32 -
YUV 61.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 35 73 68 0.52 0 0.07 0.71 172.11 0.35 0.21
Hex 23 49 44 34 0 7 47 AC 23 15
Octal 43 111 104 64 0 7 107 254 43 25
Binary 100011 1001001 1000100 110100 0 111 1000111 10101100 100011 10101

Color Harmonies of #234944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234944

Black with #234944

Text Example


Text Example

White with #234944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234944; }

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

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

background-color css

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

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

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

border-color css

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

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

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