Html Css Color HEX #266848 Green Pea

📋 copy color: '#266848'

red 38 ◦ green 104 ◦ blue 72

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

Shades of Green Pea #266848

Tints of Green Pea #266848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 17.76%
G = 48.6%
B = 33.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#266848 (or 0x266848) is known color: Green Pea. HEX triplet: 26, 68 and 48. RGB value is (38,104,72). Sum of RGB (Red+Green+Blue) = 38+104+72=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #266848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266848 is #D997B7. Grayscale: #505050. Windows color (decimal): -14260152 or 4745254. OLE color: 4745254.

HSL color Cylindrical-coordinate representation of color #266848: hue angle of 150.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266848 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 104 72 -
CMYK 0.63 0 0.31 0.59
HSL 150.91º 0.46% 0.28% -
HSV(B) 150.91º 0.63% 0.41% -
XYZ 6.92 10.78 7.85 -
YUV 80.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 38 104 72 0.63 0 0.31 0.59 150.91 0.46 0.28
Hex 26 68 48 3F 0 1F 3B 97 2E 1C
Octal 46 150 110 77 0 37 73 227 56 34
Binary 100110 1101000 1001000 111111 0 11111 111011 10010111 101110 11100

Color Harmonies of #266848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266848

Black with #266848

Text Example


Text Example

White with #266848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266848; }

 p { color: rgb(38,104,72); }

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

background-color css

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

 a { background-color: rgb(38,104,72); }

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

border-color css

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

 span { border-color: rgb(38,104,72); }

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