Html Css Color HEX #266340 Green Pea

📋 copy color: '#266340'

red 38 ◦ green 99 ◦ blue 64

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

Shades of Green Pea #266340

Tints of Green Pea #266340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 18.91%
G = 49.25%
B = 31.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#266340 (or 0x266340) is known color: Green Pea. HEX triplet: 26, 63 and 40. RGB value is (38,99,64). Sum of RGB (Red+Green+Blue) = 38+99+64=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #266340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266340 is #D99CBF. Grayscale: #4C4C4C. Windows color (decimal): -14261440 or 4219686. OLE color: 4219686.

HSL color Cylindrical-coordinate representation of color #266340: hue angle of 145.57º 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 #266340 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 99 64 -
CMYK 0.62 0 0.35 0.61
HSL 145.57º 0.45% 0.27% -
HSV(B) 145.57º 0.62% 0.39% -
XYZ 6.19 9.71 6.4 -
YUV 76.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 38 99 64 0.62 0 0.35 0.61 145.57 0.45 0.27
Hex 26 63 40 3E 0 23 3D 92 2D 1B
Octal 46 143 100 76 0 43 75 222 55 33
Binary 100110 1100011 1000000 111110 0 100011 111101 10010010 101101 11011

Color Harmonies of #266340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266340

Black with #266340

Text Example


Text Example

White with #266340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266340; }

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

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

background-color css

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

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

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

border-color css

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

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

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