Html Css Color HEX #25B242 Dark Pastel Green

📋 copy color: '#25B242'

red 37 ◦ green 178 ◦ blue 66

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

Shades of Dark Pastel Green #25B242

Tints of Dark Pastel Green #25B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.35%

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

R = 13.17%
G = 63.35%
B = 23.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#25B242 (or 0x25B242) is known color: Dark Pastel Green. HEX triplet: 25, B2 and 42. RGB value is (37,178,66). Sum of RGB (Red+Green+Blue) = 37+178+66=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #25B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B242 is #DA4DBD. Grayscale: #7B7B7B. Windows color (decimal): -14306750 or 4370981. OLE color: 4370981.

HSL color Cylindrical-coordinate representation of color #25B242: hue angle of 132.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B242 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 178 66 -
CMYK 0.79 0 0.63 0.30
HSL 132.34º 0.66% 0.42% -
HSV(B) 132.34º 0.79% 0.7% -
XYZ 17.67 32.63 10.52 -
YUV 123.07 95.79 66.61 -
System Red Green Blue C M Y K H S L
Decimal 37 178 66 0.79 0 0.63 0.30 132.34 0.66 0.42
Hex 25 B2 42 4F 0 3F 1E 84 42 2A
Octal 45 262 102 117 0 77 36 204 102 52
Binary 100101 10110010 1000010 1001111 0 111111 11110 10000100 1000010 101010

Color Harmonies of #25B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B242

Black with #25B242

Text Example


Text Example

White with #25B242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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