Html Css Color HEX #25602F Parsley

📋 copy color: '#25602F'

red 37 ◦ green 96 ◦ blue 47

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

Shades of Parsley #25602F

Tints of Parsley #25602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 20.56%
G = 53.33%
B = 26.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#25602F (or 0x25602F) is known color: Parsley. HEX triplet: 25, 60 and 2F. RGB value is (37,96,47). Sum of RGB (Red+Green+Blue) = 37+96+47=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #25602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25602F is #DA9FD0. Grayscale: #484848. Windows color (decimal): -14327761 or 3104805. OLE color: 3104805.

HSL color Cylindrical-coordinate representation of color #25602F: hue angle of 130.17º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25602F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 96 47 -
CMYK 0.61 0 0.51 0.62
HSL 130.17º 0.44% 0.26% -
HSV(B) 130.17º 0.61% 0.38% -
XYZ 5.46 8.96 4.13 -
YUV 72.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 37 96 47 0.61 0 0.51 0.62 130.17 0.44 0.26
Hex 25 60 2F 3D 0 33 3E 82 2C 1A
Octal 45 140 57 75 0 63 76 202 54 32
Binary 100101 1100000 101111 111101 0 110011 111110 10000010 101100 11010

Color Harmonies of #25602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25602F

Black with #25602F

Text Example


Text Example

White with #25602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25602F; }

 p { color: rgb(37,96,47); }

 H1.HeaderClassName
 {
   color: #25602F;
 }
 .AnyTagClassName
 {
   color: #25602F;
 }
</style>

background-color css

<style>
 a { background-color: #25602F; }

 a { background-color: rgb(37,96,47); }

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

border-color css

<style>
 span { border-color: #25602F; }

 span { border-color: rgb(37,96,47); }

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