Html Css Color HEX #268533 Japanese Laurel

📋 copy color: '#268533'

red 38 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #268533

Tints of Japanese Laurel #268533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.91%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 17.12%
G = 59.91%
B = 22.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#268533 (or 0x268533) is known color: Japanese Laurel. HEX triplet: 26, 85 and 33. RGB value is (38,133,51). Sum of RGB (Red+Green+Blue) = 38+133+51=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #268533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268533 is #D97ACC. Grayscale: #5F5F5F. Windows color (decimal): -14252749 or 3376422. OLE color: 3376422.

HSL color Cylindrical-coordinate representation of color #268533: hue angle of 128.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268533 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 51 -
CMYK 0.71 0 0.62 0.48
HSL 128.21º 0.56% 0.34% -
HSV(B) 128.21º 0.71% 0.52% -
XYZ 9.78 17.43 5.98 -
YUV 95.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 38 133 51 0.71 0 0.62 0.48 128.21 0.56 0.34
Hex 26 85 33 47 0 3E 30 80 38 22
Octal 46 205 63 107 0 76 60 200 70 42
Binary 100110 10000101 110011 1000111 0 111110 110000 10000000 111000 100010

Color Harmonies of #268533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268533

Black with #268533

Text Example


Text Example

White with #268533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268533; }

 p { color: rgb(38,133,51); }

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

background-color css

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

 a { background-color: rgb(38,133,51); }

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

border-color css

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

 span { border-color: rgb(38,133,51); }

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