Html Css Color HEX #265A2F Parsley

📋 copy color: '#265A2F'

red 38 ◦ green 90 ◦ blue 47

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

Shades of Parsley #265A2F

Tints of Parsley #265A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 21.71%
G = 51.43%
B = 26.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#265A2F (or 0x265A2F) is known color: Parsley. HEX triplet: 26, 5A and 2F. RGB value is (38,90,47). Sum of RGB (Red+Green+Blue) = 38+90+47=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2F is #D9A5D0. Grayscale: #454545. Windows color (decimal): -14263761 or 3103270. OLE color: 3103270.

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

Color convert

RGB 38 90 47 -
CMYK 0.58 0 0.48 0.65
HSL 130.38º 0.41% 0.25% -
HSV(B) 130.38º 0.58% 0.35% -
XYZ 4.97 7.93 3.96 -
YUV 69.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 38 90 47 0.58 0 0.48 0.65 130.38 0.41 0.25
Hex 26 5A 2F 3A 0 30 41 82 29 19
Octal 46 132 57 72 0 60 101 202 51 31
Binary 100110 1011010 101111 111010 0 110000 1000001 10000010 101001 11001

Color Harmonies of #265A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A2F

Black with #265A2F

Text Example


Text Example

White with #265A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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