Html Css Color HEX #234248 Green Vogue

📋 copy color: '#234248'

red 35 ◦ green 66 ◦ blue 72

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

Shades of Green Vogue #234248

Tints of Green Vogue #234248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 20.23%
G = 38.15%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#234248 (or 0x234248) is known color: Green Vogue. HEX triplet: 23, 42 and 48. RGB value is (35,66,72). Sum of RGB (Red+Green+Blue) = 35+66+72=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #234248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234248 is #DCBDB7. Grayscale: #393939. Windows color (decimal): -14466488 or 4735523. OLE color: 4735523.

HSL color Cylindrical-coordinate representation of color #234248: hue angle of 189.73º 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 #234248 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 66 72 -
CMYK 0.51 0.08 0 0.72
HSL 189.73º 0.35% 0.21% -
HSV(B) 189.73º 0.51% 0.28% -
XYZ 3.81 4.72 6.84 -
YUV 57.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 35 66 72 0.51 0.08 0 0.72 189.73 0.35 0.21
Hex 23 42 48 33 8 0 48 BE 23 15
Octal 43 102 110 63 10 0 110 276 43 25
Binary 100011 1000010 1001000 110011 1000 0 1001000 10111110 100011 10101

Color Harmonies of #234248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234248

Black with #234248

Text Example


Text Example

White with #234248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234248; }

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

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

background-color css

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

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

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

border-color css

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

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

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