Html Css Color HEX #266031 Parsley

📋 copy color: '#266031'

red 38 ◦ green 96 ◦ blue 49

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

Shades of Parsley #266031

Tints of Parsley #266031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 20.77%
G = 52.46%
B = 26.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#266031 (or 0x266031) is known color: Parsley. HEX triplet: 26, 60 and 31. RGB value is (38,96,49). Sum of RGB (Red+Green+Blue) = 38+96+49=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #266031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266031 is #D99FCE. Grayscale: #494949. Windows color (decimal): -14262223 or 3235878. OLE color: 3235878.

HSL color Cylindrical-coordinate representation of color #266031: hue angle of 131.38º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266031 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 96 49 -
CMYK 0.60 0 0.49 0.62
HSL 131.38º 0.43% 0.26% -
HSV(B) 131.38º 0.6% 0.38% -
XYZ 5.54 9 4.35 -
YUV 73.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 38 96 49 0.60 0 0.49 0.62 131.38 0.43 0.26
Hex 26 60 31 3C 0 31 3E 83 2B 1A
Octal 46 140 61 74 0 61 76 203 53 32
Binary 100110 1100000 110001 111100 0 110001 111110 10000011 101011 11010

Color Harmonies of #266031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266031

Black with #266031

Text Example


Text Example

White with #266031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266031; }

 p { color: rgb(38,96,49); }

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

background-color css

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

 a { background-color: rgb(38,96,49); }

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

border-color css

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

 span { border-color: rgb(38,96,49); }

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