Html Css Color HEX #265F2A Parsley

📋 copy color: '#265F2A'

red 38 ◦ green 95 ◦ blue 42

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

Shades of Parsley #265F2A

Tints of Parsley #265F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 54.29%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 21.71%
G = 54.29%
B = 24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#265F2A (or 0x265F2A) is known color: Parsley. HEX triplet: 26, 5F and 2A. RGB value is (38,95,42). Sum of RGB (Red+Green+Blue) = 38+95+42=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #265F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F2A is #D9A0D5. Grayscale: #484848. Windows color (decimal): -14262486 or 2776870. OLE color: 2776870.

HSL color Cylindrical-coordinate representation of color #265F2A: hue angle of 124.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265F2A is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 95 42 -
CMYK 0.60 0 0.56 0.63
HSL 124.21º 0.43% 0.26% -
HSV(B) 124.21º 0.6% 0.37% -
XYZ 5.31 8.76 3.6 -
YUV 71.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 38 95 42 0.60 0 0.56 0.63 124.21 0.43 0.26
Hex 26 5F 2A 3C 0 38 3F 7C 2B 1A
Octal 46 137 52 74 0 70 77 174 53 32
Binary 100110 1011111 101010 111100 0 111000 111111 1111100 101011 11010

Color Harmonies of #265F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F2A

Black with #265F2A

Text Example


Text Example

White with #265F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,42); }

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

background-color css

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

 a { background-color: rgb(38,95,42); }

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

border-color css

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

 span { border-color: rgb(38,95,42); }

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