Html Css Color HEX #264D2A Parsley

📋 copy color: '#264D2A'

red 38 ◦ green 77 ◦ blue 42

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

Shades of Parsley #264D2A

Tints of Parsley #264D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.04%

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 24.2%
G = 49.04%
B = 26.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#264D2A (or 0x264D2A) is known color: Parsley. HEX triplet: 26, 4D and 2A. RGB value is (38,77,42). Sum of RGB (Red+Green+Blue) = 38+77+42=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #264D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D2A is #D9B2D5. Grayscale: #3D3D3D. Windows color (decimal): -14267094 or 2772262. OLE color: 2772262.

HSL color Cylindrical-coordinate representation of color #264D2A: hue angle of 126.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D2A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 77 42 -
CMYK 0.51 0 0.45 0.70
HSL 126.15º 0.34% 0.23% -
HSV(B) 126.15º 0.51% 0.3% -
XYZ 3.87 5.89 3.12 -
YUV 61.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 38 77 42 0.51 0 0.45 0.70 126.15 0.34 0.23
Hex 26 4D 2A 33 0 2D 46 7E 22 17
Octal 46 115 52 63 0 55 106 176 42 27
Binary 100110 1001101 101010 110011 0 101101 1000110 1111110 100010 10111

Color Harmonies of #264D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D2A

Black with #264D2A

Text Example


Text Example

White with #264D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264D2A; }

 p { color: rgb(38,77,42); }

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

background-color css

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

 a { background-color: rgb(38,77,42); }

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

border-color css

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

 span { border-color: rgb(38,77,42); }

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