Html Css Color HEX #265A28 Parsley

📋 copy color: '#265A28'

red 38 ◦ green 90 ◦ blue 40

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

Shades of Parsley #265A28

Tints of Parsley #265A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.81%

R = 22.62%
G = 53.57%
B = 23.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#265A28 (or 0x265A28) is known color: Parsley. HEX triplet: 26, 5A and 28. RGB value is (38,90,40). Sum of RGB (Red+Green+Blue) = 38+90+40=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #265A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A28 is #D9A5D7. Grayscale: #444444. Windows color (decimal): -14263768 or 2644518. OLE color: 2644518.

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

Color convert

RGB 38 90 40 -
CMYK 0.58 0 0.56 0.65
HSL 122.31º 0.41% 0.25% -
HSV(B) 122.31º 0.58% 0.35% -
XYZ 4.84 7.88 3.27 -
YUV 68.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 38 90 40 0.58 0 0.56 0.65 122.31 0.41 0.25
Hex 26 5A 28 3A 0 38 41 7A 29 19
Octal 46 132 50 72 0 70 101 172 51 31
Binary 100110 1011010 101000 111010 0 111000 1000001 1111010 101001 11001

Color Harmonies of #265A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A28

Black with #265A28

Text Example


Text Example

White with #265A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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