Html Css Color HEX #254248 Green Vogue

📋 copy color: '#254248'

red 37 ◦ green 66 ◦ blue 72

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

Shades of Green Vogue #254248

Tints of Green Vogue #254248

RGB

 RED value IS 37 (14.84% from 255) = 21.14%

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

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

R = 21.14%
G = 37.71%
B = 41.14%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#254248 (or 0x254248) is known color: Green Vogue. HEX triplet: 25, 42 and 48. RGB value is (37,66,72). Sum of RGB (Red+Green+Blue) = 37+66+72=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #254248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254248 is #DABDB7. Grayscale: #393939. Windows color (decimal): -14335416 or 4735525. OLE color: 4735525.

HSL color Cylindrical-coordinate representation of color #254248: hue angle of 190.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254248 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 66 72 -
CMYK 0.49 0.08 0 0.72
HSL 190.29º 0.32% 0.21% -
HSV(B) 190.29º 0.49% 0.28% -
XYZ 3.88 4.76 6.84 -
YUV 58.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 37 66 72 0.49 0.08 0 0.72 190.29 0.32 0.21
Hex 25 42 48 31 8 0 48 BE 20 15
Octal 45 102 110 61 10 0 110 276 40 25
Binary 100101 1000010 1001000 110001 1000 0 1001000 10111110 100000 10101

Color Harmonies of #254248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254248

Black with #254248

Text Example


Text Example

White with #254248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254248; }

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

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

background-color css

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

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

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

border-color css

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

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

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