Html Css Color HEX #275429 Parsley

📋 copy color: '#275429'

red 39 ◦ green 84 ◦ blue 41

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

Shades of Parsley #275429

Tints of Parsley #275429

RGB

 RED value IS 39 (15.63% from 255) = 23.78%

 GREEN value IS 84 (33.2% from 255) = 51.22%

 BLUE value IS 41 (16.41% from 255) = 25%

R = 23.78%
G = 51.22%
B = 25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#275429 (or 0x275429) is known color: Parsley. HEX triplet: 27, 54 and 29. RGB value is (39,84,41). Sum of RGB (Red+Green+Blue) = 39+84+41=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #275429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275429 is #D8ABD6. Grayscale: #414141. Windows color (decimal): -14199767 or 2708519. OLE color: 2708519.

HSL color Cylindrical-coordinate representation of color #275429: hue angle of 122.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275429 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 84 41 -
CMYK 0.54 0 0.51 0.67
HSL 122.67º 0.37% 0.24% -
HSV(B) 122.67º 0.54% 0.33% -
XYZ 4.41 6.93 3.2 -
YUV 65.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 39 84 41 0.54 0 0.51 0.67 122.67 0.37 0.24
Hex 27 54 29 36 0 33 43 7B 25 18
Octal 47 124 51 66 0 63 103 173 45 30
Binary 100111 1010100 101001 110110 0 110011 1000011 1111011 100101 11000

Color Harmonies of #275429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275429

Black with #275429

Text Example


Text Example

White with #275429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275429; }

 p { color: rgb(39,84,41); }

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

background-color css

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

 a { background-color: rgb(39,84,41); }

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

border-color css

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

 span { border-color: rgb(39,84,41); }

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