Html Css Color HEX #265730 Parsley

📋 copy color: '#265730'

red 38 ◦ green 87 ◦ blue 48

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

Shades of Parsley #265730

Tints of Parsley #265730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.29%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 21.97%
G = 50.29%
B = 27.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#265730 (or 0x265730) is known color: Parsley. HEX triplet: 26, 57 and 30. RGB value is (38,87,48). Sum of RGB (Red+Green+Blue) = 38+87+48=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #265730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265730 is #D9A8CF. Grayscale: #444444. Windows color (decimal): -14264528 or 3168038. OLE color: 3168038.

HSL color Cylindrical-coordinate representation of color #265730: hue angle of 132.24º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265730 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 87 48 -
CMYK 0.56 0 0.45 0.66
HSL 132.24º 0.39% 0.25% -
HSV(B) 132.24º 0.56% 0.34% -
XYZ 4.74 7.44 3.98 -
YUV 67.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 38 87 48 0.56 0 0.45 0.66 132.24 0.39 0.25
Hex 26 57 30 38 0 2D 42 84 27 19
Octal 46 127 60 70 0 55 102 204 47 31
Binary 100110 1010111 110000 111000 0 101101 1000010 10000100 100111 11001

Color Harmonies of #265730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265730

Black with #265730

Text Example


Text Example

White with #265730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265730; }

 p { color: rgb(38,87,48); }

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

background-color css

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

 a { background-color: rgb(38,87,48); }

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

border-color css

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

 span { border-color: rgb(38,87,48); }

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