Html Css Color HEX #265B2F Parsley

📋 copy color: '#265B2F'

red 38 ◦ green 91 ◦ blue 47

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

Shades of Parsley #265B2F

Tints of Parsley #265B2F

RGB

 RED value IS 38 (15.23% from 255) = 21.59%

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

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

R = 21.59%
G = 51.7%
B = 26.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#265B2F (or 0x265B2F) is known color: Parsley. HEX triplet: 26, 5B and 2F. RGB value is (38,91,47). Sum of RGB (Red+Green+Blue) = 38+91+47=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #265B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B2F is #D9A4D0. Grayscale: #464646. Windows color (decimal): -14263505 or 3103526. OLE color: 3103526.

HSL color Cylindrical-coordinate representation of color #265B2F: hue angle of 130.19º 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 #265B2F is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 91 47 -
CMYK 0.58 0 0.48 0.64
HSL 130.19º 0.41% 0.25% -
HSV(B) 130.19º 0.58% 0.36% -
XYZ 5.05 8.1 3.99 -
YUV 70.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 38 91 47 0.58 0 0.48 0.64 130.19 0.41 0.25
Hex 26 5B 2F 3A 0 30 40 82 29 19
Octal 46 133 57 72 0 60 100 202 51 31
Binary 100110 1011011 101111 111010 0 110000 1000000 10000010 101001 11001

Color Harmonies of #265B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B2F

Black with #265B2F

Text Example


Text Example

White with #265B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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