Html Css Color HEX #275B2F Parsley

📋 copy color: '#275B2F'

red 39 ◦ green 91 ◦ blue 47

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

Shades of Parsley #275B2F

Tints of Parsley #275B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 22.03%
G = 51.41%
B = 26.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#275B2F (or 0x275B2F) is known color: Parsley. HEX triplet: 27, 5B and 2F. RGB value is (39,91,47). Sum of RGB (Red+Green+Blue) = 39+91+47=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #275B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B2F is #D8A4D0. Grayscale: #464646. Windows color (decimal): -14197969 or 3103527. OLE color: 3103527.

HSL color Cylindrical-coordinate representation of color #275B2F: hue angle of 129.23º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275B2F is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 91 47 -
CMYK 0.57 0 0.48 0.64
HSL 129.23º 0.4% 0.25% -
HSV(B) 129.23º 0.57% 0.36% -
XYZ 5.09 8.12 3.99 -
YUV 70.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 39 91 47 0.57 0 0.48 0.64 129.23 0.4 0.25
Hex 27 5B 2F 39 0 30 40 81 28 19
Octal 47 133 57 71 0 60 100 201 50 31
Binary 100111 1011011 101111 111001 0 110000 1000000 10000001 101000 11001

Color Harmonies of #275B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B2F

Black with #275B2F

Text Example


Text Example

White with #275B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,47); }

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

background-color css

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

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

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

border-color css

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

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

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