Html Css Color HEX #275D27 Parsley

📋 copy color: '#275D27'

red 39 ◦ green 93 ◦ blue 39

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

Shades of Parsley #275D27

Tints of Parsley #275D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 22.81%
G = 54.39%
B = 22.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#275D27 (or 0x275D27) is known color: Parsley. HEX triplet: 27, 5D and 27. RGB value is (39,93,39). Sum of RGB (Red+Green+Blue) = 39+93+39=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #275D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D27 is #D8A2D8. Grayscale: #464646. Windows color (decimal): -14197465 or 2579751. OLE color: 2579751.

HSL color Cylindrical-coordinate representation of color #275D27: hue angle of 120º 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 #275D27 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 93 39 -
CMYK 0.58 0 0.58 0.64
HSL 120º 0.41% 0.26% -
HSV(B) 120º 0.58% 0.36% -
XYZ 5.12 8.41 3.27 -
YUV 70.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 39 93 39 0.58 0 0.58 0.64 120 0.41 0.26
Hex 27 5D 27 3A 0 3A 40 78 29 1A
Octal 47 135 47 72 0 72 100 170 51 32
Binary 100111 1011101 100111 111010 0 111010 1000000 1111000 101001 11010

Color Harmonies of #275D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D27

Black with #275D27

Text Example


Text Example

White with #275D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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