Html Css Color HEX #275A26 Parsley

📋 copy color: '#275A26'

red 39 ◦ green 90 ◦ blue 38

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

Shades of Parsley #275A26

Tints of Parsley #275A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.89%

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

R = 23.35%
G = 53.89%
B = 22.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#275A26 (or 0x275A26) is known color: Parsley. HEX triplet: 27, 5A and 26. RGB value is (39,90,38). Sum of RGB (Red+Green+Blue) = 39+90+38=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #275A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A26 is #D8A5D9. Grayscale: #444444. Windows color (decimal): -14198234 or 2513447. OLE color: 2513447.

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

Color convert

RGB 39 90 38 -
CMYK 0.57 0 0.58 0.65
HSL 118.85º 0.41% 0.25% -
HSV(B) 118.85º 0.58% 0.35% -
XYZ 4.84 7.88 3.1 -
YUV 68.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 39 90 38 0.57 0 0.58 0.65 118.85 0.41 0.25
Hex 27 5A 26 39 0 3A 41 77 29 19
Octal 47 132 46 71 0 72 101 167 51 31
Binary 100111 1011010 100110 111001 0 111010 1000001 1110111 101001 11001

Color Harmonies of #275A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A26

Black with #275A26

Text Example


Text Example

White with #275A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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