Html Css Color HEX #265346 Te Papa Green

📋 copy color: '#265346'

red 38 ◦ green 83 ◦ blue 70

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

Shades of Te Papa Green #265346

Tints of Te Papa Green #265346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 19.9%
G = 43.46%
B = 36.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#265346 (or 0x265346) is known color: Te Papa Green. HEX triplet: 26, 53 and 46. RGB value is (38,83,70). Sum of RGB (Red+Green+Blue) = 38+83+70=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #265346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265346 is #D9ACB9. Grayscale: #444444. Windows color (decimal): -14265530 or 4608806. OLE color: 4608806.

HSL color Cylindrical-coordinate representation of color #265346: hue angle of 162.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265346 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 83 70 -
CMYK 0.54 0 0.16 0.67
HSL 162.67º 0.37% 0.24% -
HSV(B) 162.67º 0.54% 0.33% -
XYZ 5 7.04 6.89 -
YUV 68.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 38 83 70 0.54 0 0.16 0.67 162.67 0.37 0.24
Hex 26 53 46 36 0 10 43 A3 25 18
Octal 46 123 106 66 0 20 103 243 45 30
Binary 100110 1010011 1000110 110110 0 10000 1000011 10100011 100101 11000

Color Harmonies of #265346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265346

Black with #265346

Text Example


Text Example

White with #265346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265346; }

 p { color: rgb(38,83,70); }

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

background-color css

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

 a { background-color: rgb(38,83,70); }

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

border-color css

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

 span { border-color: rgb(38,83,70); }

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