Html Css Color HEX #275C25 Parsley

📋 copy color: '#275C25'

red 39 ◦ green 92 ◦ blue 37

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

Shades of Parsley #275C25

Tints of Parsley #275C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 54.76%

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 23.21%
G = 54.76%
B = 22.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#275C25 (or 0x275C25) is known color: Parsley. HEX triplet: 27, 5C and 25. RGB value is (39,92,37). Sum of RGB (Red+Green+Blue) = 39+92+37=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #275C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C25 is #D8A3DA. Grayscale: #464646. Windows color (decimal): -14197723 or 2448423. OLE color: 2448423.

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

Color convert

RGB 39 92 37 -
CMYK 0.58 0 0.60 0.64
HSL 117.82º 0.43% 0.25% -
HSV(B) 117.82º 0.6% 0.36% -
XYZ 5 8.22 3.07 -
YUV 69.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 39 92 37 0.58 0 0.60 0.64 117.82 0.43 0.25
Hex 27 5C 25 3A 0 3C 40 76 2B 19
Octal 47 134 45 72 0 74 100 166 53 31
Binary 100111 1011100 100101 111010 0 111100 1000000 1110110 101011 11001

Color Harmonies of #275C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C25

Black with #275C25

Text Example


Text Example

White with #275C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,37); }

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

background-color css

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

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

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

border-color css

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

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

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