Html Css Color HEX #254F3A Bottle Green

📋 copy color: '#254F3A'

red 37 ◦ green 79 ◦ blue 58

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

Shades of Bottle Green #254F3A

Tints of Bottle Green #254F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 21.26%
G = 45.4%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#254F3A (or 0x254F3A) is known color: Bottle Green. HEX triplet: 25, 4F and 3A. RGB value is (37,79,58). Sum of RGB (Red+Green+Blue) = 37+79+58=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #254F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F3A is #DAB0C5. Grayscale: #404040. Windows color (decimal): -14332102 or 3821349. OLE color: 3821349.

HSL color Cylindrical-coordinate representation of color #254F3A: hue angle of 150º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F3A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 58 -
CMYK 0.53 0 0.27 0.69
HSL 150º 0.36% 0.23% -
HSV(B) 150º 0.53% 0.31% -
XYZ 4.32 6.29 4.99 -
YUV 64.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 37 79 58 0.53 0 0.27 0.69 150 0.36 0.23
Hex 25 4F 3A 35 0 1B 45 96 24 17
Octal 45 117 72 65 0 33 105 226 44 27
Binary 100101 1001111 111010 110101 0 11011 1000101 10010110 100100 10111

Color Harmonies of #254F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F3A

Black with #254F3A

Text Example


Text Example

White with #254F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F3A; }

 p { color: rgb(37,79,58); }

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

background-color css

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

 a { background-color: rgb(37,79,58); }

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

border-color css

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

 span { border-color: rgb(37,79,58); }

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