Html Css Color HEX #23483F Gable Green

📋 copy color: '#23483F'

red 35 ◦ green 72 ◦ blue 63

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

Shades of Gable Green #23483F

Tints of Gable Green #23483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 20.59%
G = 42.35%
B = 37.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#23483F (or 0x23483F) is known color: Gable Green. HEX triplet: 23, 48 and 3F. RGB value is (35,72,63). Sum of RGB (Red+Green+Blue) = 35+72+63=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #23483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483F is #DCB7C0. Grayscale: #3B3B3B. Windows color (decimal): -14464961 or 4147235. OLE color: 4147235.

HSL color Cylindrical-coordinate representation of color #23483F: hue angle of 165.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23483F is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 63 -
CMYK 0.51 0 0.12 0.72
HSL 165.41º 0.35% 0.21% -
HSV(B) 165.41º 0.51% 0.28% -
XYZ 3.91 5.35 5.53 -
YUV 59.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 35 72 63 0.51 0 0.12 0.72 165.41 0.35 0.21
Hex 23 48 3F 33 0 C 48 A5 23 15
Octal 43 110 77 63 0 14 110 245 43 25
Binary 100011 1001000 111111 110011 0 1100 1001000 10100101 100011 10101

Color Harmonies of #23483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23483F

Black with #23483F

Text Example


Text Example

White with #23483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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