Html Css Color HEX #265942 Green Pea

📋 copy color: '#265942'

red 38 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #265942

Tints of Green Pea #265942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 19.69%
G = 46.11%
B = 34.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#265942 (or 0x265942) is known color: Green Pea. HEX triplet: 26, 59 and 42. RGB value is (38,89,66). Sum of RGB (Red+Green+Blue) = 38+89+66=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #265942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265942 is #D9A6BD. Grayscale: #474747. Windows color (decimal): -14263998 or 4348198. OLE color: 4348198.

HSL color Cylindrical-coordinate representation of color #265942: hue angle of 152.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265942 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 89 66 -
CMYK 0.57 0 0.26 0.65
HSL 152.94º 0.4% 0.25% -
HSV(B) 152.94º 0.57% 0.35% -
XYZ 5.36 7.95 6.41 -
YUV 71.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 38 89 66 0.57 0 0.26 0.65 152.94 0.4 0.25
Hex 26 59 42 39 0 1A 41 99 28 19
Octal 46 131 102 71 0 32 101 231 50 31
Binary 100110 1011001 1000010 111001 0 11010 1000001 10011001 101000 11001

Color Harmonies of #265942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265942

Black with #265942

Text Example


Text Example

White with #265942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265942; }

 p { color: rgb(38,89,66); }

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

background-color css

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

 a { background-color: rgb(38,89,66); }

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

border-color css

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

 span { border-color: rgb(38,89,66); }

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