Html Css Color HEX #265A41 Green Pea

📋 copy color: '#265A41'

red 38 ◦ green 90 ◦ blue 65

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

Shades of Green Pea #265A41

Tints of Green Pea #265A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 19.69%
G = 46.63%
B = 33.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#265A41 (or 0x265A41) is known color: Green Pea. HEX triplet: 26, 5A and 41. RGB value is (38,90,65). Sum of RGB (Red+Green+Blue) = 38+90+65=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #265A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A41 is #D9A5BE. Grayscale: #474747. Windows color (decimal): -14263743 or 4282918. OLE color: 4282918.

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

Color convert

RGB 38 90 65 -
CMYK 0.58 0 0.28 0.65
HSL 151.15º 0.41% 0.25% -
HSV(B) 151.15º 0.58% 0.35% -
XYZ 5.41 8.11 6.28 -
YUV 71.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 38 90 65 0.58 0 0.28 0.65 151.15 0.41 0.25
Hex 26 5A 41 3A 0 1C 41 97 29 19
Octal 46 132 101 72 0 34 101 227 51 31
Binary 100110 1011010 1000001 111010 0 11100 1000001 10010111 101001 11001

Color Harmonies of #265A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A41

Black with #265A41

Text Example


Text Example

White with #265A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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