Html Css Color HEX #275B26 Parsley

📋 copy color: '#275B26'

red 39 ◦ green 91 ◦ blue 38

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

Shades of Parsley #275B26

Tints of Parsley #275B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 23.21%
G = 54.17%
B = 22.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#275B26 (or 0x275B26) is known color: Parsley. HEX triplet: 27, 5B and 26. RGB value is (39,91,38). Sum of RGB (Red+Green+Blue) = 39+91+38=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #275B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B26 is #D8A4D9. Grayscale: #454545. Windows color (decimal): -14197978 or 2513703. OLE color: 2513703.

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

Color convert

RGB 39 91 38 -
CMYK 0.57 0 0.58 0.64
HSL 118.87º 0.41% 0.25% -
HSV(B) 118.87º 0.58% 0.36% -
XYZ 4.93 8.05 3.13 -
YUV 69.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 39 91 38 0.57 0 0.58 0.64 118.87 0.41 0.25
Hex 27 5B 26 39 0 3A 40 77 29 19
Octal 47 133 46 71 0 72 100 167 51 31
Binary 100111 1011011 100110 111001 0 111010 1000000 1110111 101001 11001

Color Harmonies of #275B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B26

Black with #275B26

Text Example


Text Example

White with #275B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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