Html Css Color HEX #265A2E Parsley

📋 copy color: '#265A2E'

red 38 ◦ green 90 ◦ blue 46

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

Shades of Parsley #265A2E

Tints of Parsley #265A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 21.84%
G = 51.72%
B = 26.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#265A2E (or 0x265A2E) is known color: Parsley. HEX triplet: 26, 5A and 2E. RGB value is (38,90,46). Sum of RGB (Red+Green+Blue) = 38+90+46=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2E is #D9A5D1. Grayscale: #454545. Windows color (decimal): -14263762 or 3037734. OLE color: 3037734.

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

Color convert

RGB 38 90 46 -
CMYK 0.58 0 0.49 0.65
HSL 129.23º 0.41% 0.25% -
HSV(B) 129.23º 0.58% 0.35% -
XYZ 4.95 7.92 3.85 -
YUV 69.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 38 90 46 0.58 0 0.49 0.65 129.23 0.41 0.25
Hex 26 5A 2E 3A 0 31 41 81 29 19
Octal 46 132 56 72 0 61 101 201 51 31
Binary 100110 1011010 101110 111010 0 110001 1000001 10000001 101001 11001

Color Harmonies of #265A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A2E

Black with #265A2E

Text Example


Text Example

White with #265A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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