#25B148

Color #25B148 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #25B148

Tints of Chateau Green #25B148

Color information

#25B148 (or 0x25B148) is unknown color: approx Chateau Green. HEX triplet: 25, B1 and 48. RGB value is (37,177,72). Sum of RGB (Red+Green+Blue) = 37+177+72=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #25B148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B148 is #DA4EB7. Grayscale: #7B7B7B. Windows color (decimal): -14307000 or 4763941. OLE color: 4763941.

HSL color Cylindrical-coordinate representation of color #25B148: hue angle of 135º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B148 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB3717772-
CMYK0.7900.590.31
HSL135º65.42%41.96%-
HSV(B)135º79.1%69.41%-
XYZ17.6532.3111.44-
YUV123.1799.1266.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 177 (69.53% from 255) = 61.89%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=12.94%
G=61.89%
B=25.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37177720.7900.590.3113565.4241.96
Hex25B1484F03B1F87412a
Octal452611101170733720710152
Binary1001011011000110010001001111011101111111100001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25B148; }

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

 H1.HeaderClassName
 {
   color: #25B148;
 }
 .AnyTagClassName
 {
   color: #25B148;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25B148;
 }
 .BgClassName
 {
   background-color: #25B148;
 }
</style>
border-color css

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

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

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