Html Css Color HEX #274F2A Parsley

📋 copy color: '#274F2A'

red 39 ◦ green 79 ◦ blue 42

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

Shades of Parsley #274F2A

Tints of Parsley #274F2A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.38%

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

R = 24.38%
G = 49.38%
B = 26.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#274F2A (or 0x274F2A) is known color: Parsley. HEX triplet: 27, 4F and 2A. RGB value is (39,79,42). Sum of RGB (Red+Green+Blue) = 39+79+42=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #274F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F2A is #D8B0D5. Grayscale: #3E3E3E. Windows color (decimal): -14201046 or 2772775. OLE color: 2772775.

HSL color Cylindrical-coordinate representation of color #274F2A: hue angle of 124.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F2A is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 79 42 -
CMYK 0.51 0 0.47 0.69
HSL 124.5º 0.34% 0.23% -
HSV(B) 124.5º 0.51% 0.31% -
XYZ 4.05 6.19 3.17 -
YUV 62.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 39 79 42 0.51 0 0.47 0.69 124.5 0.34 0.23
Hex 27 4F 2A 33 0 2F 45 7C 22 17
Octal 47 117 52 63 0 57 105 174 42 27
Binary 100111 1001111 101010 110011 0 101111 1000101 1111100 100010 10111

Color Harmonies of #274F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F2A

Black with #274F2A

Text Example


Text Example

White with #274F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274F2A; }

 p { color: rgb(39,79,42); }

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

background-color css

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

 a { background-color: rgb(39,79,42); }

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

border-color css

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

 span { border-color: rgb(39,79,42); }

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