Html Css Color HEX #265A2A Parsley

📋 copy color: '#265A2A'

red 38 ◦ green 90 ◦ blue 42

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

Shades of Parsley #265A2A

Tints of Parsley #265A2A

RGB

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

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

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

R = 22.35%
G = 52.94%
B = 24.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#265A2A (or 0x265A2A) is known color: Parsley. HEX triplet: 26, 5A and 2A. RGB value is (38,90,42). Sum of RGB (Red+Green+Blue) = 38+90+42=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2A is #D9A5D5. Grayscale: #454545. Windows color (decimal): -14263766 or 2775590. OLE color: 2775590.

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

Color convert

RGB 38 90 42 -
CMYK 0.58 0 0.53 0.65
HSL 124.62º 0.41% 0.25% -
HSV(B) 124.62º 0.58% 0.35% -
XYZ 4.87 7.89 3.46 -
YUV 68.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 38 90 42 0.58 0 0.53 0.65 124.62 0.41 0.25
Hex 26 5A 2A 3A 0 35 41 7D 29 19
Octal 46 132 52 72 0 65 101 175 51 31
Binary 100110 1011010 101010 111010 0 110101 1000001 1111101 101001 11001

Color Harmonies of #265A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A2A

Black with #265A2A

Text Example


Text Example

White with #265A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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