Html Css Color HEX #265D37 Kaitoke Green

📋 copy color: '#265D37'

red 38 ◦ green 93 ◦ blue 55

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

Shades of Kaitoke Green #265D37

Tints of Kaitoke Green #265D37

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50%

 BLUE value IS 55 (21.88% from 255) = 29.57%

R = 20.43%
G = 50%
B = 29.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#265D37 (or 0x265D37) is known color: Kaitoke Green. HEX triplet: 26, 5D and 37. RGB value is (38,93,55). Sum of RGB (Red+Green+Blue) = 38+93+55=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #265D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D37 is #D9A2C8. Grayscale: #484848. Windows color (decimal): -14262985 or 3628326. OLE color: 3628326.

HSL color Cylindrical-coordinate representation of color #265D37: hue angle of 138.55º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D37 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 93 55 -
CMYK 0.59 0 0.41 0.64
HSL 138.55º 0.42% 0.26% -
HSV(B) 138.55º 0.59% 0.36% -
XYZ 5.4 8.52 4.97 -
YUV 72.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 38 93 55 0.59 0 0.41 0.64 138.55 0.42 0.26
Hex 26 5D 37 3B 0 29 40 8B 2A 1A
Octal 46 135 67 73 0 51 100 213 52 32
Binary 100110 1011101 110111 111011 0 101001 1000000 10001011 101010 11010

Color Harmonies of #265D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D37

Black with #265D37

Text Example


Text Example

White with #265D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265D37; }

 p { color: rgb(38,93,55); }

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

background-color css

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

 a { background-color: rgb(38,93,55); }

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

border-color css

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

 span { border-color: rgb(38,93,55); }

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