Html Css Color HEX #265341 Te Papa Green

📋 copy color: '#265341'

red 38 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #265341

Tints of Te Papa Green #265341

RGB

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

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

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

R = 20.43%
G = 44.62%
B = 34.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#265341 (or 0x265341) is known color: Te Papa Green. HEX triplet: 26, 53 and 41. RGB value is (38,83,65). Sum of RGB (Red+Green+Blue) = 38+83+65=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #265341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265341 is #D9ACBE. Grayscale: #434343. Windows color (decimal): -14265535 or 4281126. OLE color: 4281126.

HSL color Cylindrical-coordinate representation of color #265341: hue angle of 156º 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 #265341 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 83 65 -
CMYK 0.54 0 0.22 0.67
HSL 156º 0.37% 0.24% -
HSV(B) 156º 0.54% 0.33% -
XYZ 4.85 6.98 6.09 -
YUV 67.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 38 83 65 0.54 0 0.22 0.67 156 0.37 0.24
Hex 26 53 41 36 0 16 43 9C 25 18
Octal 46 123 101 66 0 26 103 234 45 30
Binary 100110 1010011 1000001 110110 0 10110 1000011 10011100 100101 11000

Color Harmonies of #265341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265341

Black with #265341

Text Example


Text Example

White with #265341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265341; }

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

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

background-color css

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

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

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

border-color css

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

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

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