Html Css Color HEX #235148 Gable Green

📋 copy color: '#235148'

red 35 ◦ green 81 ◦ blue 72

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

Shades of Gable Green #235148

Tints of Gable Green #235148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 18.62%
G = 43.09%
B = 38.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#235148 (or 0x235148) is known color: Gable Green. HEX triplet: 23, 51 and 48. RGB value is (35,81,72). Sum of RGB (Red+Green+Blue) = 35+81+72=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #235148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235148 is #DCAEB7. Grayscale: #424242. Windows color (decimal): -14462648 or 4739363. OLE color: 4739363.

HSL color Cylindrical-coordinate representation of color #235148: hue angle of 168.26º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235148 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 81 72 -
CMYK 0.57 0 0.11 0.68
HSL 168.26º 0.4% 0.23% -
HSV(B) 168.26º 0.57% 0.32% -
XYZ 4.81 6.71 7.17 -
YUV 66.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 35 81 72 0.57 0 0.11 0.68 168.26 0.4 0.23
Hex 23 51 48 39 0 B 44 A8 28 17
Octal 43 121 110 71 0 13 104 250 50 27
Binary 100011 1010001 1001000 111001 0 1011 1000100 10101000 101000 10111

Color Harmonies of #235148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235148

Black with #235148

Text Example


Text Example

White with #235148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235148; }

 p { color: rgb(35,81,72); }

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

background-color css

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

 a { background-color: rgb(35,81,72); }

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

border-color css

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

 span { border-color: rgb(35,81,72); }

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