Html Css Color HEX #265930 Parsley

📋 copy color: '#265930'

red 38 ◦ green 89 ◦ blue 48

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

Shades of Parsley #265930

Tints of Parsley #265930

RGB

 RED value IS 38 (15.23% from 255) = 21.71%

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 21.71%
G = 50.86%
B = 27.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#265930 (or 0x265930) is known color: Parsley. HEX triplet: 26, 59 and 30. RGB value is (38,89,48). Sum of RGB (Red+Green+Blue) = 38+89+48=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #265930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265930 is #D9A6CF. Grayscale: #454545. Windows color (decimal): -14264016 or 3168550. OLE color: 3168550.

HSL color Cylindrical-coordinate representation of color #265930: hue angle of 131.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265930 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 89 48 -
CMYK 0.57 0 0.46 0.65
HSL 131.76º 0.4% 0.25% -
HSV(B) 131.76º 0.57% 0.35% -
XYZ 4.91 7.77 4.04 -
YUV 69.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 38 89 48 0.57 0 0.46 0.65 131.76 0.4 0.25
Hex 26 59 30 39 0 2E 41 84 28 19
Octal 46 131 60 71 0 56 101 204 50 31
Binary 100110 1011001 110000 111001 0 101110 1000001 10000100 101000 11001

Color Harmonies of #265930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265930

Black with #265930

Text Example


Text Example

White with #265930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265930; }

 p { color: rgb(38,89,48); }

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

background-color css

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

 a { background-color: rgb(38,89,48); }

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

border-color css

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

 span { border-color: rgb(38,89,48); }

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