Html Css Color HEX #25B042 Dark Pastel Green

📋 copy color: '#25B042'

red 37 ◦ green 176 ◦ blue 66

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

Shades of Dark Pastel Green #25B042

Tints of Dark Pastel Green #25B042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.08%

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 13.26%
G = 63.08%
B = 23.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#25B042 (or 0x25B042) is known color: Dark Pastel Green. HEX triplet: 25, B0 and 42. RGB value is (37,176,66). Sum of RGB (Red+Green+Blue) = 37+176+66=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #25B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B042 is #DA4FBD. Grayscale: #7A7A7A. Windows color (decimal): -14307262 or 4370469. OLE color: 4370469.

HSL color Cylindrical-coordinate representation of color #25B042: hue angle of 132.52º 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 #25B042 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 176 66 -
CMYK 0.79 0 0.62 0.31
HSL 132.52º 0.65% 0.42% -
HSV(B) 132.52º 0.79% 0.69% -
XYZ 17.27 31.84 10.39 -
YUV 121.9 96.45 67.44 -
System Red Green Blue C M Y K H S L
Decimal 37 176 66 0.79 0 0.62 0.31 132.52 0.65 0.42
Hex 25 B0 42 4F 0 3E 1F 85 41 2A
Octal 45 260 102 117 0 76 37 205 101 52
Binary 100101 10110000 1000010 1001111 0 111110 11111 10000101 1000001 101010

Color Harmonies of #25B042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B042

Black with #25B042

Text Example


Text Example

White with #25B042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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