Html Css Color HEX #275D34 Parsley

📋 copy color: '#275D34'

red 39 ◦ green 93 ◦ blue 52

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

Shades of Parsley #275D34

Tints of Parsley #275D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.54%

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 21.2%
G = 50.54%
B = 28.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#275D34 (or 0x275D34) is known color: Parsley. HEX triplet: 27, 5D and 34. RGB value is (39,93,52). Sum of RGB (Red+Green+Blue) = 39+93+52=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #275D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D34 is #D8A2CB. Grayscale: #484848. Windows color (decimal): -14197452 or 3431719. OLE color: 3431719.

HSL color Cylindrical-coordinate representation of color #275D34: hue angle of 134.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D34 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 93 52 -
CMYK 0.58 0 0.44 0.64
HSL 134.44º 0.41% 0.26% -
HSV(B) 134.44º 0.58% 0.36% -
XYZ 5.37 8.51 4.61 -
YUV 72.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 39 93 52 0.58 0 0.44 0.64 134.44 0.41 0.26
Hex 27 5D 34 3A 0 2C 40 86 29 1A
Octal 47 135 64 72 0 54 100 206 51 32
Binary 100111 1011101 110100 111010 0 101100 1000000 10000110 101001 11010

Color Harmonies of #275D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D34

Black with #275D34

Text Example


Text Example

White with #275D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,93,52); }

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

background-color css

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

 a { background-color: rgb(39,93,52); }

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

border-color css

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

 span { border-color: rgb(39,93,52); }

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