Html Css Color HEX #275630 Parsley

📋 copy color: '#275630'

red 39 ◦ green 86 ◦ blue 48

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

Shades of Parsley #275630

Tints of Parsley #275630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.71%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 22.54%
G = 49.71%
B = 27.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#275630 (or 0x275630) is known color: Parsley. HEX triplet: 27, 56 and 30. RGB value is (39,86,48). Sum of RGB (Red+Green+Blue) = 39+86+48=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #275630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275630 is #D8A9CF. Grayscale: #434343. Windows color (decimal): -14199248 or 3167783. OLE color: 3167783.

HSL color Cylindrical-coordinate representation of color #275630: hue angle of 131.49º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275630 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 86 48 -
CMYK 0.55 0 0.44 0.66
HSL 131.49º 0.38% 0.25% -
HSV(B) 131.49º 0.55% 0.34% -
XYZ 4.7 7.3 3.96 -
YUV 67.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 39 86 48 0.55 0 0.44 0.66 131.49 0.38 0.25
Hex 27 56 30 37 0 2C 42 83 26 19
Octal 47 126 60 67 0 54 102 203 46 31
Binary 100111 1010110 110000 110111 0 101100 1000010 10000011 100110 11001

Color Harmonies of #275630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275630

Black with #275630

Text Example


Text Example

White with #275630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275630; }

 p { color: rgb(39,86,48); }

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

background-color css

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

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

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

border-color css

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

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

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