Html Css Color HEX #265A2B Parsley

📋 copy color: '#265A2B'

red 38 ◦ green 90 ◦ blue 43

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

Shades of Parsley #265A2B

Tints of Parsley #265A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 22.22%
G = 52.63%
B = 25.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#265A2B (or 0x265A2B) is known color: Parsley. HEX triplet: 26, 5A and 2B. RGB value is (38,90,43). Sum of RGB (Red+Green+Blue) = 38+90+43=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2B is #D9A5D4. Grayscale: #454545. Windows color (decimal): -14263765 or 2841126. OLE color: 2841126.

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

Color convert

RGB 38 90 43 -
CMYK 0.58 0 0.52 0.65
HSL 125.77º 0.41% 0.25% -
HSV(B) 125.77º 0.58% 0.35% -
XYZ 4.89 7.9 3.55 -
YUV 69.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 38 90 43 0.58 0 0.52 0.65 125.77 0.41 0.25
Hex 26 5A 2B 3A 0 34 41 7E 29 19
Octal 46 132 53 72 0 64 101 176 51 31
Binary 100110 1011010 101011 111010 0 110100 1000001 1111110 101001 11001

Color Harmonies of #265A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A2B

Black with #265A2B

Text Example


Text Example

White with #265A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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