Html Css Color HEX #266341 Green Pea

📋 copy color: '#266341'

red 38 ◦ green 99 ◦ blue 65

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

Shades of Green Pea #266341

Tints of Green Pea #266341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.01%

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

R = 18.81%
G = 49.01%
B = 32.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#266341 (or 0x266341) is known color: Green Pea. HEX triplet: 26, 63 and 41. RGB value is (38,99,65). Sum of RGB (Red+Green+Blue) = 38+99+65=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #266341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266341 is #D99CBE. Grayscale: #4C4C4C. Windows color (decimal): -14261439 or 4285222. OLE color: 4285222.

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

Color convert

RGB 38 99 65 -
CMYK 0.62 0 0.34 0.61
HSL 146.56º 0.45% 0.27% -
HSV(B) 146.56º 0.62% 0.39% -
XYZ 6.22 9.72 6.55 -
YUV 76.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 38 99 65 0.62 0 0.34 0.61 146.56 0.45 0.27
Hex 26 63 41 3E 0 22 3D 93 2D 1B
Octal 46 143 101 76 0 42 75 223 55 33
Binary 100110 1100011 1000001 111110 0 100010 111101 10010011 101101 11011

Color Harmonies of #266341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266341

Black with #266341

Text Example


Text Example

White with #266341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266341; }

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

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

background-color css

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

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

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

border-color css

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

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

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