Html Css Color HEX #25694A Green Pea

📋 copy color: '#25694A'

red 37 ◦ green 105 ◦ blue 74

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

Shades of Green Pea #25694A

Tints of Green Pea #25694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.61%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 17.13%
G = 48.61%
B = 34.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#25694A (or 0x25694A) is known color: Green Pea. HEX triplet: 25, 69 and 4A. RGB value is (37,105,74). Sum of RGB (Red+Green+Blue) = 37+105+74=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #25694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25694A is #DA96B5. Grayscale: #515151. Windows color (decimal): -14325430 or 4876581. OLE color: 4876581.

HSL color Cylindrical-coordinate representation of color #25694A: hue angle of 152.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25694A is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 105 74 -
CMYK 0.65 0 0.30 0.59
HSL 152.65º 0.48% 0.28% -
HSV(B) 152.65º 0.65% 0.41% -
XYZ 7.05 10.99 8.23 -
YUV 81.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 37 105 74 0.65 0 0.30 0.59 152.65 0.48 0.28
Hex 25 69 4A 41 0 1E 3B 99 30 1C
Octal 45 151 112 101 0 36 73 231 60 34
Binary 100101 1101001 1001010 1000001 0 11110 111011 10011001 110000 11100

Color Harmonies of #25694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25694A

Black with #25694A

Text Example


Text Example

White with #25694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25694A; }

 p { color: rgb(37,105,74); }

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

background-color css

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

 a { background-color: rgb(37,105,74); }

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

border-color css

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

 span { border-color: rgb(37,105,74); }

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