Html Css Color HEX #275E2C Parsley

📋 copy color: '#275E2C'

red 39 ◦ green 94 ◦ blue 44

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

Shades of Parsley #275E2C

Tints of Parsley #275E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 22.03%
G = 53.11%
B = 24.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#275E2C (or 0x275E2C) is known color: Parsley. HEX triplet: 27, 5E and 2C. RGB value is (39,94,44). Sum of RGB (Red+Green+Blue) = 39+94+44=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #275E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275E2C is #D8A1D3. Grayscale: #484848. Windows color (decimal): -14197204 or 2907687. OLE color: 2907687.

HSL color Cylindrical-coordinate representation of color #275E2C: hue angle of 125.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E2C is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 94 44 -
CMYK 0.59 0 0.53 0.63
HSL 125.45º 0.41% 0.26% -
HSV(B) 125.45º 0.59% 0.37% -
XYZ 5.29 8.62 3.77 -
YUV 71.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 39 94 44 0.59 0 0.53 0.63 125.45 0.41 0.26
Hex 27 5E 2C 3B 0 35 3F 7D 29 1A
Octal 47 136 54 73 0 65 77 175 51 32
Binary 100111 1011110 101100 111011 0 110101 111111 1111101 101001 11010

Color Harmonies of #275E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E2C

Black with #275E2C

Text Example


Text Example

White with #275E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275E2C; }

 p { color: rgb(39,94,44); }

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

background-color css

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

 a { background-color: rgb(39,94,44); }

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

border-color css

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

 span { border-color: rgb(39,94,44); }

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